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.5)tidycode_0.1.1.zip(r-4.4)tidycode_0.1.1.zip(r-4.3)
tidycode_0.1.1.tgz(r-4.4-any)tidycode_0.1.1.tgz(r-4.3-any)
tidycode_0.1.1.tar.gz(r-4.5-noble)tidycode_0.1.1.tar.gz(r-4.4-noble)
tidycode_0.1.1.tgz(r-4.4-emscripten)tidycode_0.1.1.tgz(r-4.3-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 4 years agofrom:f65c3f9ab1. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
R-4.4-win | OK | Oct 27 2024 |
R-4.4-mac | OK | Oct 27 2024 |
R-4.3-win | OK | Oct 27 2024 |
R-4.3-mac | OK | Oct 27 2024 |
Exports:%>%get_classificationsget_package_functionsget_stopfuncsload_packagesls_packagesread_rfilestidycode_exampleunnest_calls
Dependencies:bitbit64clicliprcodetoolscpp11crayonfansigluehmsjsonlitelifecyclelobstrmagrittrmataharipillarpkgconfigprettyunitsprogresspryrpurrrR6Rcppreadrrlangrstudioapistringistringrtibbletidyselecttzdbutf8vctrsvroomwithr
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 |