fastDummies: Fast Creation of Dummy (Binary) Columns and Rows from Categorical Variables

Creates dummy columns from columns that have categorical variables (character or factor types). You can also specify which columns to make dummies out of, or which columns to ignore. Also creates dummy rows from character, factor, and Date columns. This package provides a significant speed increase from creating dummy variables through model.matrix().

Version: 1.2.0
Depends: R (≥ 2.10)
Imports: data.table, tibble
Suggests: testthat, knitr, rmarkdown, covr
Published: 2018-06-21
Author: Jacob Kaplan [aut, cre], Benjamin Schlegel [ctb]
Maintainer: Jacob Kaplan <jkkaplan6 at gmail.com>
BugReports: https://github.com/jacobkap/fastDummies/issues
License: GPL-2 | GPL-3 [expanded from: GPL]
URL: https://github.com/jacobkap/fastDummies
NeedsCompilation: no
Materials: README NEWS
CRAN checks: fastDummies results

Downloads:

Reference manual: fastDummies.pdf
Vignettes: Making dummy rows with dummy_rows()
Making dummy variables with dummy_cols()
Package source: fastDummies_1.2.0.tar.gz
Windows binaries: r-devel: fastDummies_1.2.0.zip, r-release: fastDummies_1.2.0.zip, r-oldrel: fastDummies_1.2.0.zip
OS X binaries: r-release: fastDummies_1.2.0.tgz, r-oldrel: fastDummies_1.2.0.tgz
Old sources: fastDummies archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=fastDummies to link to this page.