Learn R Programming

files (version 0.0.1)

lf: Enhanced Working Directory View

Description

Enhanced Working Directory View

Usage

lf(dir = ".", hidden.files = TRUE, hidden.dirs = FALSE, ...)

Arguments

dir
character, the directory in which to view files
hidden.files
logical, include hidden files
hidden.dirs
logical, include hidden directories
...
additional arguments to pass to list.files which this function is built around

Value

a data.frame of the directories and files names in presentation format

Examples

Run this code
lf()

Run the code above in your browser using DataLab