uhjish / sasMap

Static Code Analysis of SAS scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sasMap

Travis-CI Build Status CRAN_Status_Badge Coverage Status

Static code analysis for SAS scripts

  • Extract counts of proc and data steps

  • Summarise SAS files

Usage

library(sasMap)

sasPath <- system.file('examples/SAScode/Macros/fun2.SAS', package='sasMap')
summariseSASScript(sasPath)

About

Static Code Analysis of SAS scripts

License:Other


Languages

Language:R 85.5%Language:SAS 14.5%