powered by
Retrieve object `what` from `lst`
get_from_list(lst, what)
list
object to retrieve (by name or index)
Element of the list indicated
# NOT RUN { get_from_list(list("a" = "alpha", "b" = c(1,2,3)), "a") # "alpha" # }
Run the code above in your browser using DataLab