Skip to content

johow/SASmarkdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SASmarkdown

This is a collection of R functions that extends knitr's capability for using SAS as a language engine. They have no use if you do not also have SAS installed.

You can install these as an R package:

install.packages("SASmarkdown")
# or use
devtools::install_github("Hemken/SASmarkdown")

Then you can check with

library(SASmarkdown)
help(package="SASmarkdown")

If the package was installed, you should see an R Help page. Vignettes on using the package may be found from help(package="SASmarkdown").

If you would like to contribute to this project, please "fork" it on Github. Or, just email me directly.

About

A collection of R functions that extends knitr's capability for using SAS as a language engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.9%
  • HTML 9.3%
  • R 5.5%
  • CSS 1.7%
  • SAS 0.6%