Title: | Effective File Navigation from the R Console |
---|---|
Description: | Functions for printing the contents of a folder as columns in a ragged-bottom data.frame and for viewing the details (size, time created, time modified, etc.) of a folder's top level contents. |
Authors: | Ronald E. Robertson [cre, aut] |
Maintainer: | Ronald E. Robertson <[email protected]> |
License: | GPL-3 |
Version: | 0.0.1 |
Built: | 2024-11-10 05:14:22 UTC |
Source: | https://github.com/gitronald/files |
Describe Files
df(dir = ".", all.files = TRUE, ...)
df(dir = ".", all.files = TRUE, ...)
dir |
the directory containing the files to describe |
all.files |
logical, include hidden files and folders |
... |
additional arguments to pass to |
A data.frame containing file information for all files in dir
df()
df()
Enhanced Working Directory View
lf(dir = ".", hidden.files = TRUE, hidden.dirs = FALSE, ...)
lf(dir = ".", hidden.files = TRUE, hidden.dirs = FALSE, ...)
dir |
character, the directory in which to view files |
logical, include hidden files |
|
logical, include hidden directories |
|
... |
additional arguments to pass to |
a data.frame of the directories and files names in presentation format
lf()
lf()