DFplyr
This is the released version of DFplyr; for the devel version, see DFplyr.
A `DataFrame` (`S4Vectors`) backend for `dplyr`
Bioconductor version: Release (3.22)
Provides `dplyr` verbs (`mutate`, `select`, `filter`, etc...) supporting `S4Vectors::DataFrame` objects. Importantly, this is achieved without conversion to an intermediate `tibble`. Adds grouping infrastructure to `DataFrame` which is respected by the transformation verbs.
Author: Jonathan Carroll [aut, cre] ORCID iD ORCID: 0000-0002-1404-5264 , Pierre-Paul Axisa [ctb]
Maintainer: Jonathan Carroll <rpkg at jcarroll.com.au>
citation("DFplyr")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DFplyr")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("DFplyr")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.