List information about scripts
info_scripts(
files,
fields = c("Description"),
viewer = TRUE,
silent = FALSE,
base_dirs = NULL,
shorten_paths = TRUE
)
A tibble
with extracted information from files
.
Vector string of file names/paths.
Vector string of field tags to display.
Logical indicating if RStudio viewer should be used (default =
TRUE
).
Run in quiet mode (default=FALSE
).
Character vector. group files together that belong to these directory paths.
Logical (default = TRUE
). Long paths will be shortened
if true in displayed output (not returned object).