proj_dir_info | R Documentation |
This provides a different take on fs::dir_info()
, by default
returning only a (hopefully useful) subset of the information.
proj_dir_info( path = ".", tz = "UTC", cols = c("path", "type", "size", "modification_time"), ... )
path |
|
tz |
|
cols |
|
... |
additional arguments passed to |
data.frame
with S3 classes "tbl_df"
and "tbl"
, aka a "tibble".
proj_dir_info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.