Learn R Programming

sasMap (version 1.0.0)

countStatements: Count statements in a SAS file

Description

Count statements in a SAS file

Usage

countStatements(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)
countStatements(sasCode)
# }

Run the code above in your browser using DataLab