View source: R/print_skeleton.R
print_skeleton | R Documentation |
print_skeleton
prints the folder structure of a research compendium.
print_skeleton(path = ".", comments = NULL, folders = NULL)
path |
path to the directory to be printed. Default is current directory. |
comments |
A character string with the comments to be added to each folder in the graphical representation of the folder skeleton printed on the console. |
folders |
A character vector including the name of the sub-directories of the project. |
The function prints the folder structure of an existing project.
The folder skeleton is printed in the console.
Marcelo Araya-Salas (marcelo.araya@ucr.ac.cr)
Araya-Salas, M., Arriaga, A. (2023), sketchy: research compendiums for data analysis in R. R package version 1.0.3.
compendiums
, make_compendium
{
data(compendiums)
make_compendium(name = "my_other_compendium", path = tempdir(), format = "basic")
print_skeleton(path = file.path(tempdir(), "mycompendium"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.