Package: listr 0.1.0

Christian Hohenfeld
listr: Tools for Lists
Tools for common operations on lists. Provided are short-cuts to operations like selecting and merging data stored in lists. The functions in this package are designed to be used with pipes.
Authors:
listr_0.1.0.tar.gz
listr_0.1.0.tar.gz(r-4.7-any)listr_0.1.0.tar.gz(r-4.6-any)
listr_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
listr/json (API)
| # Install 'listr' in R: |
| install.packages('listr', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:f2057540c1. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 106 | ||
| source / vignettes | OK | 173 | ||
| linux-release-x86_64 | OK | 127 | ||
| wasm-release | OK | 140 |
Exports:list_appendlist_bindlist_bind_alllist_extractlist_filterlist_flattenlist_insertlist_is_compatible_classlist_is_same_classlist_join_dflist_name_to_dflist_prependlist_removelist_renamelist_selectlist_sort
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Bind list elements together. | list_bind |
| Bind all elements together and extract them. | list_bind_all |
| Extract an element from a list using tidy selection. | list_extract |
| Filter a list. | list_filter |
| Flatten nested lists. | list_flatten |
| Insert an element into a list. | list_append list_insert list_prepend |
| Check whether all elements of a list have the same class. | list_is_compatible_class list_is_same_class |
| Join a list of data frames on a common index. | list_join_df |
| Add the names of list items to data frames. | list_name_to_df |
| Remove elements from a list. | list_remove |
| Rename elements of a named list. | list_rename |
| Select parts of a list. | list_select |
| Sort a list. | list_sort |