isValidAndromeda | R Documentation |
Check whether an Andromeda object is still valid
isValidAndromeda(x)
x |
The Andromeda object to check. |
Checks whether an Andromeda object is still valid, or whether it has been closed.
A logical value.
andr <- andromeda(cars = cars, iris = iris)
isValidAndromeda(andr)
# TRUE
close(andr)
isValidAndromeda(andr)
# FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.