Learn R Programming

sasMap (version 1.0.0)

countProcSteps: Count number of proc steps in a SAS file

Description

Count number of proc steps in a SAS file

Usage

countProcSteps(sasCode)

Arguments

sasCode

Character string containing SAS code

Examples

Run this 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