Description Usage Arguments Value Examples
Recursively try to expand list of strings
1 | .expandList(x)
|
x |
list, possibly of strings that are paths to expand |
list of strings with paths expaned
1 2 | x = list(a=list(b=list(c="~/test.txt")))
.expandList(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.