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 March 16, 2024, 10:38 a.m.