Learn R Programming

sasMap (version 1.0.0)

loadSAS: Load SAS Code in

Description

Load SAS Code in

Usage

loadSAS(sasPath)

Arguments

sasPath

SAS file location

Value

Character string containing contents of the file

Examples

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

Run the code above in your browser using DataLab