getListElementPaths: Get paths to all terminal list elements as a character vector

View source: R/getListElementPaths.R

getListElementPathsR Documentation

Get paths to all terminal list elements as a character vector

Description

Function to get paths to all terminal list elements as a character vector.

Usage

getListElementPaths(lst, top = ".", level = "", verbose = TRUE)

Arguments

lst
  • list of interest

top
  • dummy for recursion

level
  • dummy for recursion

verbose
  • flag (T/F) to print diagnostic output

Details

None

Value

character vector with paths to each non-NULL terminal element of the list, in unix format


wStockhausen/wtsUtilities documentation built on Feb. 3, 2025, 6:29 a.m.