Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.17 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.17 KB

SCRCdata

test-build CodeFactor License: GPL-3.0

This is a git repository to store data processing scripts for the SCRC data pipeline. Processing functions used to convert raw data (e.g. csv files) into data products (e.g. h5 files) are stored in the R directory. Submission scripts used upload metadata associated with each dataset (original source, raw data location, processing script location, and data product location) to the data registry are stored in inst/scripts. Templates that can used to generate more of these scripts are stored in inst/templates.

Installation

In R:

library(devtools)
install_github("ScottishCovidResponse/SCRCdata")

For more information, please visit the SCRC docs website