sassy"

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

The sassy package is a meta-package that aims to make R easier for everyone, especially people with a background in SAS®. The package brings several useful SAS® concepts to R, including data libraries, formats and format catalogs, data dictionaries, a data step, a traceable log, and a reporting package with a variety of printable report types.

The core of the sassy system is the procs package. This package contains replications of several SAS® procedures: proc_freq(), proc_means(), proc_transpose(), and proc_sort(). Combined with the datastep() function from the libr package, you can write code in R that very much resembles what you would write in SAS®. These functions provide a higher-level programming interface than is typically found in R, and can therefore make your analysis more efficient and productive.

Included Packages

The sassy meta-package contains the following packages:

The above links will take you into the respective packages for a deep dive on their capabilities.

Next Steps

Before taking a deep dive into the sassy package documentation, please look at some examples. These examples will give you a feel for the overall flow of a sassy-enhanced program, and allow you to see how the functions work together.

The following examples are provided on this site:

Once you review these examples, please proceed to the package links above to explore the system further!



Try the sassy package in your browser

Any scripts or data that you put into this service are public.

sassy documentation built on Sept. 8, 2023, 5:21 p.m.