Package: rcoder 0.3.0
rcoder: Lightweight Data Structure for Recoding Categorical Data without Factors
A data structure and toolkit for documenting and recoding categorical data that can be shared in other statistical software.
Authors:
rcoder_0.3.0.tar.gz
rcoder_0.3.0.zip(r-4.7)rcoder_0.3.0.zip(r-4.6)rcoder_0.3.0.zip(r-4.5)
rcoder_0.3.0.tgz(r-4.6-any)rcoder_0.3.0.tgz(r-4.5-any)
rcoder_0.3.0.tar.gz(r-4.7-any)rcoder_0.3.0.tar.gz(r-4.6-any)
rcoder_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rcoder/json (API)
NEWS
| # Install 'rcoder' in R: |
| install.packages('rcoder', repos = c('https://nyuglobalties.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nyuglobalties/rcoder/issues
Last updated from:6477ecfce7. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 119 | ||
| source / vignettes | OK | 154 | ||
| linux-release-x86_64 | OK | 122 | ||
| macos-release-arm64 | OK | 160 | ||
| macos-oldrel-arm64 | OK | 138 | ||
| windows-devel | OK | 80 | ||
| windows-release | OK | 71 | ||
| windows-oldrel | OK | 73 | ||
| wasm-release | OK | 113 |
Exports:as_coding_listassign_codingcodecodingcoding_to_haven_labelscoding_to_odkempty_codingeval_codingis_empty_codinglink_codingsmake_recode_querymatches_codingmissing_codesodk_to_codingrecode_vecverify_matches_coding
Dependencies:clidplyrgenericsgluelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Evaluate a collection of codings from a character vector | as_coding_list |
| Adds a coding as an attribute to a vector | assign_coding |
| Encode a label to a value with other metadata | code |
| Catalog the categorical data representation in a vector | coding empty_coding |
| Convert coding to `haven`-compatible labels | coding_to_haven_labels |
| Convert a coding object to ODK XLSForm choices | coding_to_odk |
| Evaluates a coding expression in a safe environment | eval_coding |
| Is an object the empty coding? | is_empty_coding |
| Link a coding from others for recoding | link_codings |
| Make a recoding call from linked codings | make_recode_query |
| Checks if vector's content adheres to a coding | matches_coding verify_matches_coding |
| Get missing codes from a coding | missing_codes |
| Convert ODK choices to a coding | odk_to_coding |
| Recode a vector | recode_vec |
