Learn R Programming

sasMap (version 1.0.0)

splitIntoStatements: Split SAS code into statements

Description

Split SAS code into statements

Usage

splitIntoStatements(sasCode)

Arguments

sasCode

Character string containing SAS code

Examples

Run this code
# NOT RUN {
sasPath <- system.file('examples/SAScode/Macros/fun2.SAS', package='sasMap')
sasCode <- loadSAS(sasPath)
splitIntoStatements(sasCode)
# }

Run the code above in your browser using DataLab