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.5-noble)listr_0.1.0.tar.gz(r-4.4-noble)
listr_0.1.0.tgz(r-4.4-emscripten)listr_0.1.0.tgz(r-4.3-emscripten)
listr.pdf |listr.html✨
listr/json (API)
NEWS
# 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 2 years agofrom:f2057540c1. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 21 2024 |
R-4.5-linux | OK | Nov 21 2024 |
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 |