UBC-MDS/miniTidyR: Data wrangling made easier

Dataframes are fun to work with but they do not always come in the desired shape. The tidyverse functions 'gather', 'spread' and 'drop_na' gracefully address some of the messy dataframe issues. To better understand these functions, we re-implement them in this package with the following names: my_gather, my_spread, my_dropna.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("UBC-MDS/miniTidyR")
UBC-MDS/miniTidyR documentation built on May 7, 2019, 7:14 p.m.