removeSingleLineComments: Remove single line comments from a vector of SAS statements

Description Usage Arguments Examples

View source: R/remove.R

Description

Finds and removes all lines starting with "*"

Usage

1

Arguments

sasVec

Vector of SAS code

Examples

1
2
3
sasFile <- system.file('examples/SAScode/Macros/Util2.SAS', package='sasMap')
sasCode <- loadSAS(sasFile)
removeAllComments(sasCode)

sasMap documentation built on May 2, 2019, 6:42 a.m.