Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b19a7438c | ||
|
|
e2c4cc66b7 | ||
|
|
817fa27b6b | ||
|
|
bc7b2b5ee8 |
@@ -54,7 +54,7 @@ libname NEW "%workPath()/new";
|
|||||||
```
|
```
|
||||||
and more.
|
and more.
|
||||||
|
|
||||||
SHA256 digest for the latest version of `BasePlus`: F*6012D1475AE22A4445C032D8EAE092BE515D8CD2AE390CC087F5987ACB8BCB13
|
SHA256 digest for the latest version of `BasePlus`: F*68BB953CD732EB43119A3339656670292317FE1C3B764EC57484C7D5C9DF23EB
|
||||||
|
|
||||||
[**Documentation for BasePlus**](./baseplus.md "Documentation for BasePlus")
|
[**Documentation for BasePlus**](./baseplus.md "Documentation for BasePlus")
|
||||||
|
|
||||||
|
|||||||
28
baseplus.md
@@ -9,22 +9,22 @@
|
|||||||
### Version information:
|
### Version information:
|
||||||
|
|
||||||
- Package: BasePlus
|
- Package: BasePlus
|
||||||
- Version: 1.42.0
|
- Version: 1.43.0
|
||||||
- Generated: 2024-07-10T22:42:55
|
- Generated: 2024-07-22T08:50:35
|
||||||
- Author(s): Bartosz Jablonski (yabwon@gmail.com), Quentin McMullen (qmcmullen@gmail.com)
|
- Author(s): Bartosz Jablonski (yabwon@gmail.com), Quentin McMullen (qmcmullen@gmail.com)
|
||||||
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
|
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
|
||||||
- License: MIT
|
- License: MIT
|
||||||
- File SHA256: `F*6012D1475AE22A4445C032D8EAE092BE515D8CD2AE390CC087F5987ACB8BCB13` for this version
|
- File SHA256: `F*68BB953CD732EB43119A3339656670292317FE1C3B764EC57484C7D5C9DF23EB` for this version
|
||||||
- Content SHA256: `C*3A52B9CB12C454868DAF29AE1E73F8E296E730EA6BF1B9CD22C1A990985EE191` for this version
|
- Content SHA256: `C*7436BD6446CDA2F57163B7BA45482750D460CA9AEFDCA4012253D742B8EE5E65` for this version
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# The `BasePlus` package, version: `1.42.0`;
|
# The `BasePlus` package, version: `1.43.0`;
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
# The BasePlus package [ver. 1.42.0] <a name="baseplus-package"></a> ###############################################
|
# The BasePlus package [ver. 1.43.0] <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.
|
||||||
@@ -384,12 +384,13 @@ localization (only if additional content was deployed during the installation pr
|
|||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
*SAS package generated by SAS Package Framework, version `20240529`*
|
*SAS package generated by SAS Package Framework, version `20240711`*
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
# The `BasePlus` package content
|
# The `BasePlus` package content
|
||||||
The `BasePlus` package consists of the following content:
|
The `BasePlus` package consists of the following content:
|
||||||
|
|
||||||
1. [`%bppipe()` macro ](#bppipe-macro-1 )
|
1. [`%bppipe()` macro ](#bppipe-macro-1 )
|
||||||
2. [`%deduplistc()` macro ](#deduplistc-macro-2 )
|
2. [`%deduplistc()` macro ](#deduplistc-macro-2 )
|
||||||
3. [`%deduplistp()` macro ](#deduplistp-macro-3 )
|
3. [`%deduplistp()` macro ](#deduplistp-macro-3 )
|
||||||
@@ -469,7 +470,7 @@ The `BasePlus` package consists of the following content:
|
|||||||
77. [`%workpath()` macro ](#workpath-macro-77 )
|
77. [`%workpath()` macro ](#workpath-macro-77 )
|
||||||
|
|
||||||
|
|
||||||
99. [License note](#license)
|
78. [License note](#license)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -978,6 +979,7 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
<,varRange=>
|
<,varRange=>
|
||||||
<,quote=>
|
<,quote=>
|
||||||
<,mcArray=>
|
<,mcArray=>
|
||||||
|
<,ignoreCases>
|
||||||
)
|
)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@@ -990,7 +992,7 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
a variables separator on the created list.
|
a variables separator on the created list.
|
||||||
|
|
||||||
* `pattern = .*` - *Optional*, default value `.*` (i.e. any text),
|
* `pattern = .*` - *Optional*, default value `.*` (i.e. any text),
|
||||||
a variable name regexp pattern, case INSENSITIVE!
|
a variable name regexp pattern, by default case INSENSITIVE!
|
||||||
|
|
||||||
* `varRange = _all_` - *Optional*, default value `_all_`,
|
* `varRange = _all_` - *Optional*, default value `_all_`,
|
||||||
a named range list of variables.
|
a named range list of variables.
|
||||||
@@ -1011,6 +1013,8 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
`%put %getVars(..., mcArray=XXX);` will result with
|
`%put %getVars(..., mcArray=XXX);` will result with
|
||||||
an Explicit & Radical Refuse Of Run (aka ERROR).
|
an Explicit & Radical Refuse Of Run (aka ERROR).
|
||||||
|
|
||||||
|
* `ignoreCases=` - *Optional*, default value is 1.
|
||||||
|
Indicates if search should be case insensitive.
|
||||||
|
|
||||||
|
|
||||||
### EXAMPLES AND USECASES: ####################################################
|
### EXAMPLES AND USECASES: ####################################################
|
||||||
@@ -1877,7 +1881,8 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
<,sep=>
|
<,sep=>
|
||||||
<,pattern=>
|
<,pattern=>
|
||||||
<,varRange=>
|
<,varRange=>
|
||||||
<,quote=>
|
<,quote=>
|
||||||
|
<,ignoreCases=>
|
||||||
)
|
)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@@ -1898,6 +1903,9 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
* `quote =` - *Optional*, default value is blank, a quotation
|
* `quote =` - *Optional*, default value is blank, a quotation
|
||||||
symbol to be used around values.
|
symbol to be used around values.
|
||||||
|
|
||||||
|
* `ignoreCases=` - *Optional*, default value is 1.
|
||||||
|
Indicates if search should be case insensitive.
|
||||||
|
|
||||||
|
|
||||||
### EXAMPLES AND USECASES: ####################################################
|
### EXAMPLES AND USECASES: ####################################################
|
||||||
|
|
||||||
|
|||||||
BIN
baseplus.zip
7242
hist/1.42.1/baseplus.md
Normal file
BIN
hist/1.42.1/baseplus.zip
Normal file
BIN
hist/1.42.1/baseplus_RainCloudPlot_Ex0.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
hist/1.42.1/baseplus_RainCloudPlot_Ex1x.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
hist/1.42.1/baseplus_RainCloudPlot_Ex1y.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
hist/1.42.1/baseplus_RainCloudPlot_Ex2a.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
hist/1.42.1/baseplus_RainCloudPlot_Ex2b.png
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
hist/1.42.1/baseplus_RainCloudPlot_Ex3.png
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
hist/1.42.1/baseplus_RainCloudPlot_Ex4.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
7249
hist/1.43.0/baseplus.md
Normal file
BIN
hist/1.43.0/baseplus.zip
Normal file
BIN
hist/1.43.0/baseplus_RainCloudPlot_Ex0.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
hist/1.43.0/baseplus_RainCloudPlot_Ex1x.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
hist/1.43.0/baseplus_RainCloudPlot_Ex1y.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
hist/1.43.0/baseplus_RainCloudPlot_Ex2a.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
hist/1.43.0/baseplus_RainCloudPlot_Ex2b.png
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
hist/1.43.0/baseplus_RainCloudPlot_Ex3.png
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
hist/1.43.0/baseplus_RainCloudPlot_Ex4.png
Normal file
|
After Width: | Height: | Size: 54 KiB |