skranz/modify: modify is a function to augment dplyr for quick replacement by reference as in data.table

modify is essentially just a wrapper for data.table syntax but can be used for other data containers. It is thought as an addition to dplyr functions. While the functionality can be replicated by mutate, modify can be much faster and more concise if only values for selected rows shall be modified.

Getting started

Package details

AuthorSebastian Kranz
MaintainerSebastian Kranz <sebastian.kranz@uni-ulm.de>
LicenseGPL >= 2.0
Version0.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("skranz/modify")
skranz/modify documentation built on May 30, 2019, 3:01 a.m.