Package: dfexpand 0.0.2
Jeffery Painter
dfexpand: Automatically Expand Delimited Column Values into Multiple Binary Columns with 'dfexpand'
Implements an algorithm to effortlessly split a column in an R data frame filled with multiple values separated by delimiters. This automates the process of creating separate columns for each unique value, transforming them into binary outcomes.
Authors:
dfexpand_0.0.2.tar.gz
dfexpand_0.0.2.zip(r-4.5)dfexpand_0.0.2.zip(r-4.4)dfexpand_0.0.2.zip(r-4.3)
dfexpand_0.0.2.tgz(r-4.4-any)dfexpand_0.0.2.tgz(r-4.3-any)
dfexpand_0.0.2.tar.gz(r-4.5-noble)dfexpand_0.0.2.tar.gz(r-4.4-noble)
dfexpand_0.0.2.tgz(r-4.4-emscripten)dfexpand_0.0.2.tgz(r-4.3-emscripten)
dfexpand.pdf |dfexpand.html✨
dfexpand/json (API)
# Install 'dfexpand' in R: |
install.packages('dfexpand', repos = c('https://jlpainter.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jlpainter/dfexpand/issues
Last updated 1 years agofrom:069c6bb2c1. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 20 2024 |
R-4.5-win | OK | Nov 20 2024 |
R-4.5-linux | OK | Nov 20 2024 |
R-4.4-win | OK | Nov 20 2024 |
R-4.4-mac | OK | Nov 20 2024 |
R-4.3-win | OK | Nov 20 2024 |
R-4.3-mac | OK | Nov 20 2024 |
Exports:expand_columngetDistinctValues
Dependencies:cligluelifecyclemagrittrrlangstringistringrvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Expand a single column containing delimited values into multiple binary columns | expand_column |
dfexpand | getDistinctValues |