isAndromedaTable | R Documentation |
Is the object an Andromeda table?
isAndromedaTable(tbl)
tbl |
A reference to an Andromeda table |
TRUE or FALSE
## Not run:
andr <- andromeda(cars = cars)
isAndromedaTable(andr$cars)
close(andr)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.