Package: messy 0.1.0.9000
messy: Create Messy Data from Clean Data Frames
For the purposes of teaching, it is often desirable to show examples of working with messy data and how to clean it. This R package creates messy data from clean, tidy data frames so that students have a clean example to work towards.
Authors:
messy_0.1.0.9000.tar.gz
messy_0.1.0.9000.zip(r-4.5)messy_0.1.0.9000.zip(r-4.4)messy_0.1.0.9000.zip(r-4.3)
messy_0.1.0.9000.tgz(r-4.4-any)messy_0.1.0.9000.tgz(r-4.3-any)
messy_0.1.0.9000.tar.gz(r-4.5-noble)messy_0.1.0.9000.tar.gz(r-4.4-noble)
messy_0.1.0.9000.tgz(r-4.4-emscripten)messy_0.1.0.9000.tgz(r-4.3-emscripten)
messy.pdf |messy.html✨
messy/json (API)
NEWS
# Install 'messy' in R: |
install.packages('messy', repos = c('https://nrennie.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nrennie/messy/issues
Pkgdown site:https://nrennie.rbind.io
Last updated 2 months agofrom:70a32ef5ab. Checks:7 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Jan 03 2025 |
R-4.5-win | OK | Jan 03 2025 |
R-4.5-linux | OK | Jan 03 2025 |
R-4.4-win | OK | Jan 03 2025 |
R-4.4-mac | OK | Jan 03 2025 |
R-4.3-win | OK | Jan 03 2025 |
R-4.3-mac | OK | Jan 03 2025 |
Exports:add_special_charsadd_whitespacechange_caseduplicate_rowsmake_missingmessymessy_colnamesmessy_date_formatsmessy_datetime_formatsmessy_datetime_tzonessplit_datessplit_datetimes
Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangstringistringrtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add special characters to strings | add_special_chars |
Add whitespaces | add_whitespace |
Change case | change_case |
Duplicate rows and insert them into the dataframe in order or at random | duplicate_rows |
Make missing | make_missing |
Messy | messy |
Make column names messy | messy_colnames |
Make date(time) formats inconsistent | messy_datetime_formats messy_date_formats |
Change the timezone of datetime columns | messy_datetime_tzones |
Splits date(time) column(s) into multiple columns | split_dates split_datetimes |