-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
37 lines (25 loc) · 1.17 KB
/
README.Rmd
File metadata and controls
37 lines (25 loc) · 1.17 KB
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
---
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%"
)
```
# scjs
<!-- badges: start -->
<!-- badges: end -->
A package providing functions to import, harmonise and analyse data from the Scottish Crime and Justice Survey (SCJS). Integrates with data available from the UK Data Service (UKDS).
## Installation
You can install the development version of scjs from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("ScotGovAnalysis/scjs")
```
## License
Unless stated otherwise, the codebase is released under [the MIT License](https://opensource.org/license/mit). This covers both the codebase and any sample code in the documentation.
The documentation is [© Crown copyright](https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/) and available under the terms of the [Open Government 3.0](https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/) licence.