Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T11:36:57.000Z (about 2 months ago)
- Last Synced: 2024-11-05T11:42:11.603Z (about 2 months 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%"
)
```[![CRAN status](https://www.r-pkg.org/badges/version/dsHelper)](https://CRAN.R-project.org/package=dsHelper)
[![Codecov test coverage](https://codecov.io/gh/lifecycle-project/ds-helper/branch/master/graph/badge.svg)](https://app.codecov.io/gh/lifecycle-project/ds-helper?branch=master)
[![Build Status](https://dev.azure.com/sidohaakma/datashield-packages/_apis/build/status/lifecycle-project.ds-helper?branchName=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 [email protected].## Troubleshooting
Please check: [troubleshooting](https://lifecycle-project.github.io/ds-helper/)