Package: tidyplus 0.2.0.9002
tidyplus: Additional 'tidyverse' Functions
Provides functions such as str_crush(), add_missing_column(), coalesce_data() and drop_na_all() that complement 'tidyverse' functionality or functions that provide alternative behaviors such as if_else2() and str_detect2().
Authors:
tidyplus_0.2.0.9002.tar.gz
tidyplus_0.2.0.9002.zip(r-4.7)tidyplus_0.2.0.9002.zip(r-4.6)tidyplus_0.2.0.9002.zip(r-4.5)
tidyplus_0.2.0.9002.tgz(r-4.6-any)tidyplus_0.2.0.9002.tgz(r-4.5-any)
tidyplus_0.2.0.9002.tar.gz(r-4.7-any)tidyplus_0.2.0.9002.tar.gz(r-4.6-any)
tidyplus_0.2.0.9002.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tidyplus/json (API)
NEWS
| # Install 'tidyplus' in R: |
| install.packages('tidyplus', repos = c('https://poissonconsulting.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/poissonconsulting/tidyplus/issues
Pkgdown/docs site:https://poissonconsulting.github.io
Last updated from:5596a0d988. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 145 | ||
| source / vignettes | OK | 168 | ||
| linux-release-x86_64 | OK | 133 | ||
| macos-release-arm64 | OK | 108 | ||
| macos-oldrel-arm64 | OK | 127 | ||
| windows-devel | OK | 93 | ||
| windows-release | OK | 105 | ||
| windows-oldrel | OK | 79 | ||
| wasm-release | OK | 108 |
Exports:add_missing_columncoalesce_datacollapse_commentsdrop_na_alldrop_uninformative_columnsduplicatesif_else2onlyreplace_na_ifstr_crushstr_detect2str_replace_vecstr_to_snake_casesummarise2summarize2unite_str
Dependencies:chkclicpp11dplyrgenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add missing columns to a data frame | add_missing_column |
| Coalesce Data | coalesce_data |
| Collapse Comments | collapse_comments |
| Drop rows containing all missing values | drop_na_all |
| Drop uninformative columns from a data frame | drop_uninformative_columns |
| Keep non-unique rows in a data frame | duplicates |
| Vectorised if else. | if_else2 |
| Extract the only distinct value from a vector | only |
| Conditional replacement of NAs with specified values | replace_na_if |
| Remove whitespace from a string | str_crush |
| Detect the presence/absence of a match | str_detect2 |
| String replace multiple strings | str_replace_vec |
| Converts strings to Snake Case | str_to_snake_case |
| Summarise Each Group Down to One Row | summarise2 summarize2 |
| Unite multiple character columns into one | unite_str |
