Learn R Programming

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.

Copy Link

Version

Install

install.packages('SASmarkdown')

Monthly Downloads

285

Version

0.8.2

License

MIT + file LICENSE

Maintainer

Doug Hemken

Last Published

March 10th, 2023

Functions in SASmarkdown (0.8.2)

sas_collectcode

Create a knitr chunk hook for accumlating code.
spinsas

Convert a specially marked up SAS file to Markdown and HTML.
sas_output

A function to provide cleaner output for knitr's SAS engines.
saslog_hookset

A function to clean SAS log files
SASmarkdown-package

Settings and functions to extend the knitr SAS engine.
find_sas

A helper function that seeks to locate your SAS executable.
sas_enginesetup

Create SAS engines for knitr