Learn R Programming

pepr (version 0.3.2)

.expandList: 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

Run this code
# NOT RUN {
x = list(a=list(b=list(c="~/test.txt")))
.expandList(x)
# }

Run the code above in your browser using DataLab