.expandList {pepr} | R 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)
[Package pepr version 0.5.0 Index]