mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2025-12-15 21:14:34 +00:00
Documentation updated: - preprint of SAS Global Forum 2021 article added. - files from the live demo added.
8 lines
183 B
SAS
8 lines
183 B
SAS
filename packages "~/saspackages";
|
|
|
|
filename SPFinit url
|
|
"https://raw.githubusercontent.com/yabwon/SAS_PACKAGES/main/SPF/SPFinit.sas";
|
|
%include SPFinit;
|
|
|
|
%installPackage(SPFinit)
|