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