The goal of xlsss is to automate production of accessible statistical tables for Social Security Scotland.
You can install the development version of xlsss from GitHub with:
# install.packages("devtools")
devtools::install_github("ScotGovAnalysis/xlsss",
upgrade = "never")
The package comes with a template R script to incorporate into your analysis pipeline. After installation, run:
xlsss::create_template_output("template_filepath.R")
to create the template R script at the specified filepath. This should then be edited to the specifics of your analysis and desired table layout. Instructions are contained within the script itself.
Contributions to the package are very welcome. If you would like to contribute, please fork the directory and open a pull request.
Details of how to do so are available here.