mirror of
https://github.com/SASPAC/macroarray.git
synced 2025-12-19 13:44:35 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c6b5e4b25 | ||
|
|
58e665069f |
@@ -22,7 +22,7 @@ The **macroArray** package implements an array, a hash table, and a dictionary c
|
|||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
SHA256 digest for the latest version of `macroArray`: F*8689194590698F9A00B57FB37BE3CA8D7330F16B3E591CEAF49E6BE0B70D61D0
|
SHA256 digest for the latest version of `macroArray`: F*A0840B92EB9356EDB318DBE9B579A345C85ABF69E8D5F7C73C144C66F2F74FB4
|
||||||
|
|
||||||
[**Documentation for macroArray**](./macroarray.md "Documentation for macroArray")
|
[**Documentation for macroArray**](./macroarray.md "Documentation for macroArray")
|
||||||
|
|
||||||
|
|||||||
2285
hist/1.2.1/macroarray.md
Normal file
2285
hist/1.2.1/macroarray.md
Normal file
File diff suppressed because it is too large
Load Diff
BIN
hist/1.2.1/macroarray.zip
Normal file
BIN
hist/1.2.1/macroarray.zip
Normal file
Binary file not shown.
2286
hist/1.2.3/macroarray.md
Normal file
2286
hist/1.2.3/macroarray.md
Normal file
File diff suppressed because it is too large
Load Diff
BIN
hist/1.2.3/macroarray.zip
Normal file
BIN
hist/1.2.3/macroarray.zip
Normal file
Binary file not shown.
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# The macroArray package [ver. 1.2.0] <a name="macroarray-package"></a> ###############################################
|
# The macroArray package [ver. 1.2.3] <a name="macroarray-package"></a> ###############################################
|
||||||
|
|
||||||
The **macroArray** package implements a macroarray facility:
|
The **macroArray** package implements a macroarray facility:
|
||||||
- `%array()`,
|
- `%array()`,
|
||||||
@@ -75,10 +75,10 @@ Package contains:
|
|||||||
Required SAS Components:
|
Required SAS Components:
|
||||||
*Base SAS Software*
|
*Base SAS Software*
|
||||||
|
|
||||||
*SAS package generated by generatePackage, version 20231107*
|
*SAS package generated by generatePackage, version 20231123*
|
||||||
|
|
||||||
The SHA256 hash digest for package macroArray:
|
The SHA256 hash digest for package macroArray:
|
||||||
`F*8689194590698F9A00B57FB37BE3CA8D7330F16B3E591CEAF49E6BE0B70D61D0`
|
`F*A0840B92EB9356EDB318DBE9B579A345C85ABF69E8D5F7C73C144C66F2F74FB4`
|
||||||
|
|
||||||
---
|
---
|
||||||
# Content description ############################################################################################
|
# Content description ############################################################################################
|
||||||
@@ -346,8 +346,9 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
3) macroarray "W" with UNIQUE(|) values of variable "weight" and <br>
|
3) macroarray "W" with UNIQUE(|) values of variable "weight" and <br>
|
||||||
4) macroarray "AGE" with UNIQUE(|) values of variable "age".
|
4) macroarray "AGE" with UNIQUE(|) values of variable "age".
|
||||||
|
|
||||||
* `q=` - *Optional*, indicates (when set to `1`) if the value be surrounded by quotes.
|
* `q=` - *Optional*, indicates (when set to `1` or '2') if the value should be surrounded by quotes.
|
||||||
It uses `quote(cats(...))` combo under the hood. Default value is `0`.
|
It uses `quote(cats(...))` combo under the hood. Default value is `0`.
|
||||||
|
Value `1` is for apostrophes, value `2` is for double quotes.
|
||||||
Ignored for `macarray=M`.
|
Ignored for `macarray=M`.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
BIN
macroarray.zip
BIN
macroarray.zip
Binary file not shown.
Reference in New Issue
Block a user