powered by
Count number of data steps in a SAS file
countDataSteps(sasCode)
Character string containing SAS code
# NOT RUN { sasFile <- system.file('examples/SAScode/MainAnalysis.SAS', package='sasMap') sasCode <- loadSAS(sasFile) countDataSteps(sasCode) # }
Run the code above in your browser using DataLab