1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

chore: updating documentation in preparation for upcoming sasjs snippets feature

This commit is contained in:
Allan
2023-08-18 08:20:13 +01:00
parent d39b1be7a8
commit d42fd4ebac
124 changed files with 970 additions and 814 deletions

View File

@@ -15,14 +15,14 @@
<h4> SAS Macros </h4>
@li mp_dirlist.sas
@param in= unquoted filepath, dataset of files or directory to zip
@param type= (FILE) Valid values:
@param [in] in= unquoted filepath, dataset of files or directory to zip
@param [in] type= (FILE) Valid values:
@li FILE - /full/path/and/filename.extension to a particular file
@li DATASET - a dataset containing a list of files to zip (see `incol`)
@li DIRECTORY - a directory to zip
@param outname= (FILE) Output file to create, _without_ .zip extension
@param outpath= (%sysfunc(pathname(WORK))) Parent folder for output zip file
@param incol= if DATASET input, say which column contains the filepath
@param [out] outname= (FILE) Output file to create, _without_ .zip extension
@param [out] outpath= (%sysfunc(pathname(WORK))) Parent folder for zip file
@param [in] incol= () If DATASET input, say which column contains the filepath
<h4> Related Macros </h4>
@li mp_unzip.sas