powered by
Split SAS code into statements
splitIntoStatements(sasCode)
Character string containing SAS code
# NOT RUN { sasPath <- system.file('examples/SAScode/Macros/fun2.SAS', package='sasMap') sasCode <- loadSAS(sasPath) splitIntoStatements(sasCode) # }
Run the code above in your browser using DataLab