Learn R Programming

Andromeda (version 0.6.7)

isAndromedaTable: Is the object an Andromeda table?

Description

Is the object an Andromeda table?

Usage

isAndromedaTable(tbl)

Value

TRUE or FALSE

Arguments

tbl

A reference to an Andromeda table

Examples

Run this code
if (FALSE) {
andr <- andromeda(cars = cars)
isAndromedaTable(andr$cars)
close(andr)
}

Run the code above in your browser using DataLab