powered by
Recursively try to expand list of strings
.expandList(x)
list of strings with paths expaned
list, possibly of strings that are paths to expand
x = list(a=list(b=list(c="~/test.txt"))) .expandList(x)
Run the code above in your browser using DataLab