powered by
Finds and removes all lines starting with "*"
removeSingleLineComments(sasVec)
Vector of SAS code
# NOT RUN { sasFile <- system.file('examples/SAScode/Macros/Util2.SAS', package='sasMap') sasCode <- loadSAS(sasFile) removeAllComments(sasCode) # }
Run the code above in your browser using DataLab