https://github.com/timcadman/ds-helper
Set of functions to automate and simplify DataSHIELD processes.
https://github.com/timcadman/ds-helper
datashield opal r
Last synced: over 1 year ago
JSON representation
Set of functions to automate and simplify DataSHIELD processes.
- Host: GitHub
- URL: https://github.com/timcadman/ds-helper
- Owner: timcadman
- Created: 2020-06-02T10:42:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T11:36:57.000Z (over 1 year ago)
- Last Synced: 2024-11-05T11:42:11.603Z (over 1 year ago)
- Topics: datashield, opal, r
- Language: R
- Homepage: https://timcadman.github.io/ds-helper/
- Size: 95.3 MB
- Stars: 2
- Watchers: 7
- Forks: 6
- Open Issues: 16
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
title: "DataSHIELD helper functions"
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[](https://CRAN.R-project.org/package=dsHelper)
[](https://app.codecov.io/gh/lifecycle-project/ds-helper?branch=master)
[](https://dev.azure.com/sidohaakma/datashield-packages/_apis/build/status/lifecycle-project.ds-helper?branchName=master)
This is a set of functions to help make data manipulation and analysis easier
within DataSHIELD.
## Install
You can install the package by running the following command in R Studio:
First you need some prerequisites:
```R
install.packages("remotes")
library(remotes)
```
Now to install the package and use the package:
```R
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 t.cadman@bristol.ac.uk.
## Troubleshooting
Please check: [troubleshooting](https://lifecycle-project.github.io/ds-helper/)