mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 09:32:10 +01:00
435 B
435 B
Subset elements from list of lists
General function to sub-setting details stored in list dictionaries.
Usage
get_list_elements(name, element, dict = cut_methods())
Arguments
-
name:
list name to lookup
-
element:
element to get
-
dict:
dictionary to use
Value
named vector
Examples
get_list_elements(c("top", "bottom"), "descr")
#> Error in cut_methods(): object 'i18n' not found