mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-05 06:10:05 +00:00
Documentation updated: - preprint of SAS Global Forum 2021 article added. - files from the live demo added.
15 lines
262 B
Markdown
15 lines
262 B
Markdown
## General Info: ##
|
|
|
|
The `%mcrTwo()` macro is the main macro of the package.
|
|
|
|
It has one key-value parameter `m` with default value `mcrOne`.
|
|
|
|
## Examples: ##
|
|
|
|
Example 1. Basic use-case:
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
%mcrTwo(m=mcrOne)
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|