R/main.R
recursiveNames.Rd
returns the names of all sublists of x in the "$"-notation, e.g. list$sublist$subsublist$subsubsublist
recursiveNames(x, basename = "")
R list.
name to be used as prefix for all names found. Default: ""