Description Usage Arguments Value Examples
Get all BioInstaller meta files path, such as database, GitHub source, non-GitHub source, web source
1 2 3 4 5 6 7 | get.meta.files(db.meta = system.file("extdata", "config/db/db_meta.toml",
package = "BioInstaller"), github.meta = system.file("extdata",
"config/github/github_meta.toml", package = "BioInstaller"),
nongithub.meta = system.file("extdata",
"config/nongithub/nongithub_meta.toml", package = "BioInstaller"),
web.meta = system.file("extdata", "config/web/web_meta.toml", package =
"BioInstaller"))
|
db.meta |
Database source meta file path, default is system.file('extdata', 'config/db/db_meta.toml', package = 'BioInstaller') |
github.meta |
Github source meta file path, default is system.file('extdata', 'config/github/github_meta.toml', package = 'BioInstaller') |
nongithub.meta |
non-Github source meta file path, default is system.file('extdata', 'config/nongithub/nongithub_meta.toml', package = 'BioInstaller') |
web.meta |
Web source meta file path, default is system.file('extdata', 'config/web/web_meta.toml', package = 'BioInstaller') |
List contain the meta files path of BioInstaller collected sources
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.