list_folder: List folders from a given directory.

Description Usage Arguments Value Examples

View source: R/list_folder.R

Description

List folders from a given directory.

Usage

1
list_folder(path, verbose = FALSE)

Arguments

path

The path from where you want to list folder(s)

verbose

Boolean deciding how verbose the output should be. Defaults to FALSE.

Value

Returns a dataframe of folders in the assigned path.

Examples

1
2
3
4
## Not run: 
list_folder("tests")

## End(Not run)

fkoh111/fkoh111 documentation built on July 21, 2020, 7:40 p.m.