Learn R Programming

pepr (version 0.5.0)

.expandList: Recursively try to expand list of strings

Description

Recursively try to expand list of strings

Usage

.expandList(x)

Value

list of strings with paths expaned

Arguments

x

list, possibly of strings that are paths to expand

Examples

Run this code
x = list(a=list(b=list(c="~/test.txt")))
.expandList(x)

Run the code above in your browser using DataLab