View source: R/create_qbit_metadata.R
Create QBit Metadata
1 2 3 4 5 6 7 8 | create_qbit_metadata_path(
qbit_path,
pattern_main = "main\\.R",
index_file = file.path(qbit_path, "index.yml"),
pkgLock = file.path(qbit_path, "renv.lock"),
files_ignore = c("renv"),
stage = Sys.getenv("STAGE", "dev")
)
|
qbit_path |
character; Source path of qbit to be deployed. |
pattern_main |
character; Path to qbit main file to be used. |
index_file |
character; Path to meta data index file to be used. |
pkgLock |
character; Path to package lock file. |
files_ignore |
character; Files to be ignored. |
stage |
character; Stage to be used for deployment |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.