dot-expandList: Recursively try to expand list of strings

.expandListR Documentation

Recursively try to expand list of strings

Description

Recursively try to expand list of strings

Usage

.expandList(x)

Arguments

x

list, possibly of strings that are paths to expand

Value

list of strings with paths expaned

Examples

x = list(a=list(b=list(c="~/test.txt")))
.expandList(x)

pepkit/pepr documentation built on Nov. 23, 2023, 5:54 a.m.