init_docs | R Documentation |
Create documentation template (a series of .md files) to
fill out for the R Markdown results report. If the experiment
is
provided, the documentation files can be found in the Experiment
's
results directory (see Experiment$get_save_dir()
) under docs/.
Otherwise, the documentation files can be found in the specified
save_dir
directory under docs/. The documentation files generated
include objectives.md and .md files corresponding to DGPs
,
Methods
, Evaluators
, and Visualizers
in the
Experiment
.
init_docs(experiment, save_dir)
experiment |
An |
save_dir |
An optional directory in which to find previously saved
|
The original Experiment
object if provided. Otherwise,
returns NULL
.
## Not run:
# create documentation template from an experiment (of class `Experiment`)
init_docs(experiment)
# or alternatively, create documentation template from a specific directory
init_docs(save_dir = experiment$get_save_dir())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.