mirror of
https://github.com/SASPAC/baseplus.git
synced 2025-12-10 22:44:34 +00:00
5492c49ad44fda1606c4b637dcb1482afbc8faae
The BasePlus package [ver. 1.24.2] Updates: - the `%RainCloudPlot()` has 2 new parameters: `catLabelAttrs` and `xLabelAttrs`, - documentation was updated (new examples with plots), and - some spellings were fixed. The SHA256 hash digest for package BasePlus: `F*2A4F3953EC56DB914024457F74286D565C23DCF220FF151040BDB704FD8DDB06`
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 ~/)
%dirsAndFiles(C:\SAS_WORK\,ODS=work.result)
%put %repeatTxt(#,15,s=$) HELLO SAS! %repeatTxt(#,15,s=$);
%put %intsList(42);
%put %letters(1:26:1);
%splitDSIntoBlocks(5, sashelp.class, classBlock)
%splitDSIntoParts(7, sashelp.cars, carsPart)
filename f temp;
%put %filePath(f);
%put %libPath(WORK);
libname NEW "%workPath()/new";
%put %translate(%str("A", "B", "C"),%str(%",),%str(%' ));
%put %tranwrd(Miss Joan Smith,Miss,Ms.);
and more.
SHA256 digest for the latest version of BasePlus: F*2A4F3953EC56DB914024457F74286D565C23DCF220FF151040BDB704FD8DDB06
To work with a package use the SAS Packages Framework.
Description
Languages
SAS
100%