Rdocumentation
powered by
Learn R Programming
listr (version 0.1.0)
Tools for Lists
Description
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.
Copy Link
Link to current version
Version
Version
0.1.0
0.0.2
Install
install.packages('listr')
Monthly Downloads
259
Version
0.1.0
License
EUPL
Maintainer
Christian Hohenfeld
Last Published
October 6th, 2022
Functions in listr (0.1.0)
Search all functions
list_select
Select parts of a list.
list_rename
Rename elements of a named list.
list_sort
Sort a list.
list_bind_all
Bind all elements together and extract them.
list_bind
Bind list elements together.
list_filter
Filter a list.
list_join_df
Join a list of data frames on a common index.
list_flatten
Flatten nested lists.
list_name_to_df
Add the names of list items to data frames.
list_remove
Remove elements from a list.
list_insert
Insert an element into a list.
list_extract
Extract an element from a list using tidy selection.
list_is_same_class
Check whether all elements of a list have the same class.