Bartosz Jablonski df09946ffc The BasePlus package [ver. 1.18.4]
The BasePlus package [ver. 1.18.4]

Package regenerated with the latest version of the SAS Packages Framework.
New macro `%bpPIPE()` added.
2022-12-15 17:56:58 +01:00
2022-12-15 17:56:58 +01:00
2022-12-15 17:56:58 +01:00
2022-12-15 17:56:58 +01:00

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:

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)

%bpPIPE(ls -la ~/)

and more.

SHA256 digest for the latest version of BasePlus: A6F1977DC4EC22A39DDC7BCE68CF562AF54351A3D385D488EC3067B5A7C0F3CB

Documentation for BasePlus

Description
The BASE SAS plus a bunch of functionalities I am missing in BASE SAS
Readme 47 MiB
Languages
SAS 100%