R/utilities.R
leaf_tags.Rd
Find all the leaf tags in a potentially nested list. The generic form of a list is tag = value; find all the tags in a list.
leaf_tags(x, omit_sections = FALSE)
x | List to be searched. |
---|---|
omit_sections | Logical indicating if sections should be omitted from vector names. |
Characted vector of tags.
#> a b.c b.d e #> 1 3 4 5