SkillAgentSearch skills...

SASmarkdown

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

Install / Use

/learn @Hemken/SASmarkdown
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:

devtools::install_github("Hemken/SASmarkdown")
# devtools::install_github("Hemken/SASmarkdown", build_vignettes = TRUE)    # build vignettes locally
# or use
install.packages("SASmarkdown") # on CRAN

Then you can check with

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

If the package was installed, you should see an R Help page. Vignettes about 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.

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated7mo ago
Forks6

Languages

R

Security Score

67/100

Audited on Aug 25, 2025

No findings