View source: R/core_use_analysis.R
use_analysis | R Documentation |
This will create ‘paper.qmd’, ‘references.bib’ and several others.
use_analysis(
pkg = ".",
location = "top_level",
template = "paper.qmd",
data = list(),
data_in_git = TRUE
)
pkg |
defaults to the package in the current working directory |
location |
the location where the directories and files will be written to. Defaults to a top-level 'analysis' directory. Other options are 'inst' (for the inst/ directory, so that all the contents will be included in the installed package) and 'vignettes' (as in a regular package vignette, all contents will be included in the installed package). |
template |
the template file to use to create the main analysis document. Defaults to 'paper.qmd', ready to write R Markdown and knit to MS Word |
data |
forwarded to |
data_in_git |
should git track the files in the data directory? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.