This is a set of functions to make processes of data manipulation and analysis more user-friendly. Some of these have now been deprecated in favour of functions from dsTidyverse, which are much quicker and more flexible.
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)
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.j.cadman@umcg.nl.
Please check: troubleshooting
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.