fastDummies v1.6.0
0
Monthly downloads
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().
Functions in fastDummies
Name | Description | |
dummy_cols | Fast creation of dummy variables | |
dummy_rows | Fast creation of dummy rows | |
dummy_columns | Fast creation of dummy variables | |
No Results! |
Vignettes of fastDummies
Name | ||
making-dummy-rows.Rmd | ||
making-dummy-variables.Rmd | ||
No Results! |
Last month downloads
Details
Type | Package |
License | MIT + file LICENSE |
Encoding | UTF-8 |
LazyData | true |
URL | https://github.com/jacobkap/fastDummies |
BugReports | https://github.com/jacobkap/fastDummies/issues |
RoxygenNote | 6.1.1 |
VignetteBuilder | knitr |
Language | en-US |
NeedsCompilation | no |
Packaged | 2019-11-29 04:12:42 UTC; user |
Repository | CRAN |
Date/Publication | 2019-11-29 06:10:07 UTC |
suggests | covr , knitr , rmarkdown , spelling , testthat (>= 2.1.0) |
imports | data.table , tibble |
depends | R (>= 2.10) |
Contributors | Benjamin Schlegel |
Include our badge in your README
[](http://www.rdocumentation.org/packages/fastDummies)