getEnvi: Get directory structure as nested list

Description Usage Arguments Value Examples

View source: R/getEnvi.R

Description

Reproduces a system folder structure as a nested list

Usage

1
getEnvi(root_folder)

Arguments

root_folder

root directory of the project

Value

A list containing the directory structure

Examples

1
2
3
4
5
6
7
## Not run: 

p <- getEnvi("~/project/")
p$here
p$data$here

## End(Not run)

envima/envimaR documentation built on July 18, 2021, 1:40 p.m.