This function creates a compendium, i.e. additional folders to a package
structure. By default, the following directories are created:
data, analyses/, outputs/, and figures/. A README.md is added to
each folder and must be edited. The argument compendium allows user to
hoose its own compendium structure. All theses folders are added to the
.Rbuildignore file.
Examples
if (FALSE) { # \dontrun{
add_compendium()
add_compendium(compendium = "paper")
add_compendium(compendium = c("data", "outputs", "code", "manuscript"))
} # }
