GitHub - r-gregmisc/gdata: Various R Programming Tools for Data Manipulation (original) (raw)

CRAN Status CRAN Monthly CRAN Total

gdata

Various R programming tools for data manipulation, including:

Installation

The package can be installed from CRAN using the install.packages command:

install.packages("gdata")

Usage

For a summary of the package:

Development

The package is developed openly onGitHub.

Feel free to open an issue there if you encounter problems or have suggestions for future versions.

The current development version can be installed using:

library(remotes) install_github("r-gregmisc/gdata")