Initialize documentation template for the R Markdown results report.
Source:R/docs.R
create_doc_template.Rd
create_doc_template()
was renamed to init_docs()
to create a more
consistent API.
Arguments
- experiment
An
Experiment
object. If provided, documentation is created for all previously savedExperiments
that are found in the directory given byexperiment$get_save_dir()
. If noExperiments
have been previously saved under this directory, then the currentexperiment
is saved to disk and used to create the documentation template.- save_dir
An optional directory in which to find previously saved
Experiment
objects. Documentation is created for these foundExperiments
. Not used ifexperiment
is provided.