Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.43 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.43 KB

DataSHIELD helper functions

CRAN status Codecov test coverage Build Status

This is a set of functions to automate processes in ‘DataSHIELD’ to make data manipulation and analysis easier. They are very much a work in progress! If you have written functions that would also be useful to other DS users drop me an email and we can incorporate them in the package.

Install

You can install the package by running the following command in R Studio:

First you need some prerequisites:

install.packages("remotes")
library(remotes)

Now to install the package and use the package:

install_github("lifecycle-project/ds-helper")
library(dsHelper)

Development

If you find any bugs, would like to request additional functionality or have written functions you would like to be included in the package please contact me at [email protected].

Troubleshooting

Please check: troubleshooting