Description Usage Arguments Examples
Count statements in a SAS file
| 1 | countStatements(sasCode)
 | 
| sasCode | Character string containing SAS code | 
| 1 2 3 | sasFile <- system.file('examples/SAScode/MainAnalysis.SAS', package='sasMap')
sasCode <- loadSAS(sasFile)
countStatements(sasCode)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.