Learn R Programming

BioInstaller (version 0.3.7)

get.meta: Get meta information of BioInstaller collected sources, such as database, GitHub source, non-GitHub source, web source

Description

Get meta information of BioInstaller collected sources, such as database, GitHub source, non-GitHub source, web source

Usage

get.meta(value = NULL, config = NULL, get.meta.files.params = NULL,
  read.config.params = NULL)

Arguments

value

Avaliable option for `db`, `github`, `nongithub`: `cfg_meta`, `item`; for web: `item`

config

Avaliable option: `db`, `db_meta_file`, `github`, `github_meta_file`, `nongithub`, `nongithub_meta_file`, `web`, `web_meta_file`

get.meta.files.params

Params pass to get.meta.files

read.config.params

Params pass to read.config

Value

List contain the meta files path of BioInstaller collected sources

Examples

Run this code
# NOT RUN {
meta <- get.meta()
db_cfg_meta <- get.meta(config = 'db', value = 'cfg_meta')
db_meta_file <- get.meta(config = 'db_meta_file')
db_cfg_meta_parsed <- get.meta(value = 'cfg_meta', config = 'db', 
read.config.params = list(rcmd.parse = TRUE))
# }

Run the code above in your browser using DataLab