Package: name 0.1.0


Christopher T. Kenny
name: Tools for Working with Names
A system for organizing column names in data. Aimed at supporting a prefix-based and suffix-based column naming scheme. Extends 'dplyr' functionality to add ordering by function and more explicit renaming.
Authors:
name_0.1.0.tar.gz
name_0.1.0.zip(r-4.7)name_0.1.0.zip(r-4.6)name_0.1.0.zip(r-4.5)
name_0.1.0.tgz(r-4.6-any)name_0.1.0.tgz(r-4.5-any)
name_0.1.0.tar.gz(r-4.7-any)name_0.1.0.tar.gz(r-4.6-any)
name_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
name/json (API)
NEWS
| # Install 'name' in R: |
| install.packages('name', repos = c('https://christopherkenny.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/christopherkenny/name/issues
Pkgdown/docs site:https://christophertkenny.com
- sd - South Dakota Election and Demographic Data
Last updated from:2b74f80901. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 129 | ||
| source / vignettes | OK | 194 | ||
| linux-release-x86_64 | OK | 120 | ||
| macos-release-arm64 | OK | 81 | ||
| macos-oldrel-arm64 | OK | 85 | ||
| windows-devel | OK | 72 | ||
| windows-release | OK | 65 | ||
| windows-oldrel | OK | 68 | ||
| wasm-release | OK | 92 |
Exports:add_prefadd_suffall_ofany_ofclean_namescompare_namescontainsends_witheverythinglast_collist_phraselist_preflist_suffmatchesnum_rangeone_ofrelocate_withrem_phraserem_prefrem_suffrename_with_loudrepl_phraserepl_prefrepl_suffsort_phrasesort_prefsort_suffstarts_withstr_clean_names
Dependencies:clidplyrgenericsgluelifecyclemagrittrpillarpkgconfigR6rlangstringistringrtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add Prefix | add_pref |
| Add Suffix | add_suff |
| Clean data frame column names | clean_names |
| Compare the Names of Two Objects | compare_names |
| List Phrases | list_phrase |
| List Prefixes | list_pref |
| List Suffixes | list_suff |
| Relocate columns | relocate_with |
| Remove Phrase | rem_phrase |
| Remove Prefix | rem_pref |
| Remove Suffix | rem_suff |
| Rename with, but Loudly | rename_with_loud |
| Replace Phrase | repl_phrase |
| Replace Prefix | repl_pref |
| Replace Suffix | repl_suff |
| South Dakota Election and Demographic Data | sd |
| Sort by Phrase | sort_phrase |
| Sort by Prefix | sort_pref |
| Sort by Suffix | sort_suff |
| Clean a character vector of names | str_clean_names |