Learn R Programming

metacore (version 0.2.0)

is_metacore: Is metacore object

Description

Is metacore object

Usage

is_metacore(x)

Value

TRUE if metacore, FALSE if not

Arguments

x

object to check

Examples

Run this code
# Loads in a metacore obj called metacore
load(metacore_example("pilot_ADaM.rda"))
is_metacore(metacore)

Run the code above in your browser using DataLab