isAndromedaTable: Is the object an Andromeda table?

View source: R/Object.R

isAndromedaTableR 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)

Andromeda documentation built on Nov. 24, 2023, 5:10 p.m.