mirror of
https://github.com/SASPAC/baseplus.git
synced 2025-12-27 05:00:05 +00:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1043d06a99 | ||
|
|
76e456c15c | ||
|
|
9be9e8fb4c | ||
|
|
8585eac617 | ||
|
|
0b4581f9c4 | ||
|
|
55a27b756d | ||
|
|
0fb4b064e5 | ||
|
|
a56c03ee2e | ||
|
|
fd79234c07 | ||
|
|
2a3a42fd82 |
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")
|
||||
10
baseplus.md
10
baseplus.md
@@ -56,7 +56,7 @@
|
||||
|
||||
---
|
||||
|
||||
# The BasePlus package [ver. 1.17] <a name="baseplus-package"></a> ###############################################
|
||||
# The BasePlus package [ver. 1.17.2] <a name="baseplus-package"></a> ###############################################
|
||||
|
||||
The **BasePlus** package implements useful
|
||||
functions and functionalities I miss in the BASE SAS.
|
||||
@@ -77,6 +77,8 @@ Kudos to all who inspired me to generate this package:
|
||||
*Michal Ludwicki*,
|
||||
*Quentin McMullen*.
|
||||
|
||||
Recording from the SAS Explore 2022 conference: [A BasePlus Package for SAS](https://communities.sas.com/t5/SAS-Explore-Presentations/A-BasePlus-Package-for-SAS/ta-p/838246 "A BasePlus Package for SAS") (September 27th-29th, 2022).
|
||||
|
||||
---
|
||||
|
||||
### BASIC EXAMPLES AND USECASES: ####################################################
|
||||
@@ -271,10 +273,10 @@ Package contains:
|
||||
48. functions quicksorthashsddv
|
||||
49. functions quicksortlight
|
||||
|
||||
*SAS package generated by generatePackage, version 20220830*
|
||||
*SAS package generated by generatePackage, version 20221121*
|
||||
|
||||
The SHA256 hash digest for package BasePlus:
|
||||
`56B260350FEB7D5118F581B9EFD1B9CE1F0298DCB9A4C000A7654E2FF3F0298C`
|
||||
`EBA9EDB3D50D854288970CC0E965DA6AD5B057F6E6433EEBEC4A02B9A25CF6E2`
|
||||
|
||||
---
|
||||
# Content description ############################################################################################
|
||||
@@ -3934,7 +3936,7 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
||||
|
||||
## License ####################################################################
|
||||
|
||||
Copyright (c) 2020 Bartosz Jablonski
|
||||
Copyright (c) since 2020 Bartosz Jablonski
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
BIN
baseplus.zip
BIN
baseplus.zip
Binary file not shown.
BIN
hist/1.17.1/baseplus.zip
Normal file
BIN
hist/1.17.1/baseplus.zip
Normal file
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