.expandList | R Documentation |
Recursively try to expand list of strings
.expandList(x)
x |
list, possibly of strings that are paths to expand |
list of strings with paths expaned
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.