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)

pepr documentation built on Nov. 21, 2023, 5:06 p.m.