knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

CRAN status Codecov test coverage Build Status

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:

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 t.cadman@bristol.ac.uk.

Troubleshooting

Please check: troubleshooting



lifecycle-project/ds-cs-functions documentation built on Nov. 18, 2024, 3:36 p.m.