isAndromedaTable {Andromeda}R Documentation

Is the object an Andromeda table?

Description

Is the object an Andromeda table?

Usage

isAndromedaTable(tbl)

Arguments

tbl

A reference to an Andromeda table

Value

TRUE or FALSE

Examples

## Not run: 
andr <- andromeda(cars = cars)
isAndromedaTable(andr$cars)
close(andr)

## End(Not run)

[Package Andromeda version 0.6.6 Index]