Learn R Programming

sasMap (version 1.0.0)

removeMultilineComments: Remove multiline comments from SAS code

Description

Remove multiline comments from SAS code

Usage

removeMultilineComments(sasCode)

Arguments

sasCode

Character string containing SAS code

Examples

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

Run the code above in your browser using DataLab