Description Usage Arguments Value Examples
Extract macro calls from a string of SAS code
| 1 2 | extractMacroCalls(sasCode, ignoreList = c("macro", "mend", "global",
  "let", "put", "if", "do", "end", "else", "sysrput", "sysfunc", "symput"))
 | 
| sasCode | SAS code | 
| ignoreList | Macro calls to ignore | 
Vector of macro calls
| 1 2 3 | sasFile <- system.file('examples/SAScode/Macros/Util1.SAS', package='sasMap')
sasCode <- loadSAS(sasFile)
extractMacroCalls(sasCode)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.