update_project | R Documentation |
scdrake
project files.This will overwrite project files by the package-bundled ones:
RMarkdown documents in Rmd/
Initial scripts for drake::r_make()
: _drake_single_sample.R
and _drake_integration.R
Default YAML configs. Their location can be set by *_config_dir
parameters.
update_project(
dir = ".",
pipeline_config_dir = getOption("scdrake_pipeline_config_dir"),
single_sample_config_dir = getOption("scdrake_single_sample_config_dir"),
integration_config_dir = getOption("scdrake_integration_config_dir"),
ask = TRUE,
verbose = getOption("scdrake_verbose")
)
dir |
A character scalar: path to |
pipeline_config_dir |
A character scalar: path to directory with pipeline config file ( |
single_sample_config_dir |
A character scalar: path to directory with |
integration_config_dir |
A character scalar: path to directory with |
ask |
A logical scalar: if |
verbose |
A logical scalar: if |
Invisibly NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.