Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.38 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.38 KB

xlsss

R-CMD-check

The goal of xlsss is to automate production of accessible statistical tables for Social Security Scotland.

Installation

You can install the development version of xlsss from GitHub with:

# install.packages("devtools")
devtools::install_github("ScotGovAnalysis/xlsss",
                          upgrade = "never")

Getting started

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.

Contributing to the package

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.