Learn R Programming

metaseqR (version 1.12.2)

check.packages: Required packages validator

Description

Checks if all the any required packages, not attached during installation or loading, are present according to metaseqR input options. Internal use only.

Usage

check.packages(m, p)

Arguments

m
meta-analysis method.
p
QC plot types.

Examples

Run this code
check.packages(c("simes","whitlock"),
    c("gcbias","correl"))

Run the code above in your browser using DataLab