recursiveNames: names of all sublists of a list

View source: R/main.R

recursiveNamesR Documentation

names of all sublists of a list

Description

returns the names of all sublists of x in the "$"-notation, e.g. list$sublist$subsublist$subsubsublist

Usage

recursiveNames(x, basename = "")

Arguments

x

R list.

basename

name to be used as prefix for all names found. Default: ""


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.