Description Usage Arguments Value
View source: R/create_MATSS_compendium.R
Create an R package, using use_package
,
then perform the following additional actions:
add various package dependencies, including "MATSS"
add template analysis and pipeline files
1 2 3 4 5 6 7 8 | create_MATSS_compendium(
path,
name = usethis:::find_name(),
fields = NULL,
rstudio = rstudioapi::isAvailable(),
open = interactive(),
DEPLOY = FALSE
)
|
path |
A path. If it exists, it is used. If it does not exist, it is created, provided that the parent path exists. |
name |
author name for the package |
fields |
A named list of fields to add to |
rstudio |
If |
open |
If
|
DEPLOY |
if |
Path to the newly created package, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.