dot-expandList: Recursively try to expand list of strings

Description Usage Arguments Value Examples

Description

Recursively try to expand list of strings

Usage

1

Arguments

x

list, possibly of strings that are paths to expand

Value

list of strings with paths expaned

Examples

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

pepr documentation built on Jan. 13, 2021, 3:50 p.m.