mirror of
https://github.com/SASPAC/baseplus.git
synced 2026-01-03 16:10:05 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1043d06a99 | ||
|
|
76e456c15c | ||
|
|
9be9e8fb4c | ||
|
|
8585eac617 |
29
README.md
Normal file
29
README.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
## `basePlus` - The BASE SAS plus a bunch of functionalities I am missing in BASE SAS :-)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
The **BasePlus** package adds a bunch of functionalities I am missing in BASE SAS, such as:
|
||||||
|
```sas
|
||||||
|
call arrMissToRight(myArray);
|
||||||
|
|
||||||
|
call arrFillMiss(17, myArray);
|
||||||
|
|
||||||
|
call arrFill(42, myArray);
|
||||||
|
|
||||||
|
rc = delDataset("DataSetToDrop");
|
||||||
|
|
||||||
|
string = catXFn("date9.", "#", myArray);
|
||||||
|
|
||||||
|
format x bool.;
|
||||||
|
|
||||||
|
%put %getVars(sashelp.class, pattern = ght$, sep = +, varRange = _numeric_);
|
||||||
|
|
||||||
|
%rainCloudPlot(sashelp.cars,DriveTrain,Invoice)
|
||||||
|
|
||||||
|
%zipLibrary(sashelp,libOut=work)
|
||||||
|
```
|
||||||
|
and more.
|
||||||
|
|
||||||
|
SHA256 digest for the latest version of `BasePlus`: EBA9EDB3D50D854288970CC0E965DA6AD5B057F6E6433EEBEC4A02B9A25CF6E2
|
||||||
|
|
||||||
|
[**Documentation for BasePlus**](./baseplus.md "Documentation for BasePlus")
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# The BasePlus package [ver. 1.17.1] <a name="baseplus-package"></a> ###############################################
|
# The BasePlus package [ver. 1.17.2] <a name="baseplus-package"></a> ###############################################
|
||||||
|
|
||||||
The **BasePlus** package implements useful
|
The **BasePlus** package implements useful
|
||||||
functions and functionalities I miss in the BASE SAS.
|
functions and functionalities I miss in the BASE SAS.
|
||||||
@@ -273,10 +273,10 @@ Package contains:
|
|||||||
48. functions quicksorthashsddv
|
48. functions quicksorthashsddv
|
||||||
49. functions quicksortlight
|
49. functions quicksortlight
|
||||||
|
|
||||||
*SAS package generated by generatePackage, version 20221112*
|
*SAS package generated by generatePackage, version 20221121*
|
||||||
|
|
||||||
The SHA256 hash digest for package BasePlus:
|
The SHA256 hash digest for package BasePlus:
|
||||||
`A80006D3C1409465E49F383D08F2F3AF1E33D6A67D71A8CAF29747ADC917E2E4`
|
`EBA9EDB3D50D854288970CC0E965DA6AD5B057F6E6433EEBEC4A02B9A25CF6E2`
|
||||||
|
|
||||||
---
|
---
|
||||||
# Content description ############################################################################################
|
# Content description ############################################################################################
|
||||||
|
|||||||
BIN
baseplus.zip
BIN
baseplus.zip
Binary file not shown.
BIN
hist/1.17.2/baseplus.zip
Normal file
BIN
hist/1.17.2/baseplus.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user