Package: tidycode 0.1.1
tidycode: Analyze Lines of R Code the Tidy Way
Analyze lines of R code using tidy principles. This allows you to input lines of R code and output a data frame with one row per function included. Additionally, it facilitates code classification via included lexicons.
Authors:
tidycode_0.1.1.tar.gz
tidycode_0.1.1.zip(r-4.6)tidycode_0.1.1.zip(r-4.5)tidycode_0.1.1.zip(r-4.4)
tidycode_0.1.1.tgz(r-4.5-any)
tidycode_0.1.1.tar.gz(r-4.6-any)tidycode_0.1.1.tar.gz(r-4.5-any)
tidycode_0.1.1.tgz(r-4.5-emscripten)
tidycode.pdf |tidycode.html✨
tidycode/json (API)
NEWS
| # Install 'tidycode' in R: |
| install.packages('tidycode', repos = c('https://lucymcgowan.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/lucymcgowan/tidycode/issues
Last updated from:f65c3f9ab1. Checks:9 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | OK | 138 | |
| source / vignettes | OK | 236 | |
| linux-release-x86_64 | OK | 135 | |
| macos-release-arm64 | OK | 140 | |
| macos-oldrel-arm64 | OK | 142 | |
| windows-devel | OK | 123 | |
| windows-release | OK | 69 | |
| windows-oldrel | OK | 68 | |
| wasm-release | OK | 119 |
Exports:%>%get_classificationsget_package_functionsget_stopfuncsload_packagesls_packagesread_rfilestidycode_exampleunnest_calls
Dependencies:bitbit64clicliprcodetoolscpp11crayongluehmsjsonlitelifecyclelobstrmagrittrmataharipillarpkgconfigprettyunitsprogresspryrpurrrR6Rcppreadrrlangrstudioapistringistringrtibbletidyselecttzdbutf8vctrsvroomwithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Get a tidy data frame of classifications of all functions used in your analysis | get_classifications |
| Get Package Functions | get_package_functions |
| Get a tidy data frame of a "stopword" lexicon for R functions | get_stopfuncs |
| Load packages | load_packages |
| List packages | ls_packages |
| Read R file(s) as a tidy data frame | read_rfiles |
| Get path to example file | tidycode_example |
| Unnest R calls | unnest_calls |
