Title: | Effective File Navigation from the R Console |
Version: | 0.0.1 |
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. |
Depends: | R (≥ 3.3.1) |
License: | GPL-3 |
Encoding: | UTF-8 |
LazyData: | true |
RoxygenNote: | 5.0.1 |
NeedsCompilation: | no |
Packaged: | 2016-07-27 19:31:23 UTC; rer |
Author: | Ronald E. Robertson [cre, aut] |
Maintainer: | Ronald E. Robertson <robertson.ron@husky.neu.edu> |
Repository: | CRAN |
Date/Publication: | 2016-07-28 23:52:33 |
Describe Files
Description
Describe Files
Usage
df(dir = ".", all.files = TRUE, ...)
Arguments
dir |
the directory containing the files to describe |
all.files |
logical, include hidden files and folders |
... |
additional arguments to pass to |
Value
A data.frame containing file information for all files in dir
Examples
df()
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 |
logical, include hidden files | |
logical, include hidden directories | |
... |
additional arguments to pass to |
Value
a data.frame of the directories and files names in presentation format
Examples
lf()