-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
49 lines (34 loc) · 1.56 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# xlsss
<!-- badges: start -->
[![R-CMD-check](https://github.com/izaak-jephson/xlsss/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/izaak-jephson/xlsss/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
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](https://github.com/) with:
``` r
# 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:
``` r
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](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).