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 June 8, 2025, 11:20 a.m.