get.meta.files: Get all BioInstaller meta files path, such as database,...

View source: R/meta.R

get.meta.filesR Documentation

Get all BioInstaller meta files path, such as database, GitHub source, non-GitHub source, web source

Description

Get all BioInstaller meta files path, such as database, GitHub source, non-GitHub source, web source

Usage

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"))

Arguments

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')

Value

List contain the meta files path of BioInstaller collected sources

Examples

get.meta.files()

Miachol/BioInstaller documentation built on Feb. 1, 2023, 8:11 a.m.