Learn R Programming

MetaQC (version 0.1.13)

requireAll: MetaQC: Quantitative Quality Assessment for Inclusion/Exclusion Criteria of Genomic Meta-Analysis

Description

requireAll description

Usage

requireAll(packages)

Arguments

packages
A character vector of required packages. Unavailable packages are going to be installed.

Value

None

Examples

Run this code
	## Not run: 
# 	    libs <- c("proto", "foreach", ifelse(.Platform$OS.type == "unix", 
# 					"doMC", "doSNOW")) 
# 	    requireAll(libs)
# ## End(Not run)

Run the code above in your browser using DataLab