jimhester/subsetr: Drop-in Replacements for `[.data.frame` and `subset.data.frame` with Non-Standard Evaluation

subsetr uses tidy evaluation principles developed in 'rlang' to provide `subset.data.frame()` and `[.data.frame()` methods which use tidy non-standard evaluation. For most cases they provide drop in replacements for the existing methods, but can also avoid repetitive subsetting code. Because 'rlang' provides robust lexical scoping they are suitable for use in top level scripts, functions and packages.

Getting started

Package details

Maintainer
LicenseGPL-3
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("jimhester/subsetr")
jimhester/subsetr documentation built on May 29, 2019, 1:03 a.m.