OHDSI / Andromeda

AsynchroNous Disk-based Representation of MassivE DAta: An R package aimed at replacing ff for storing large data objects.
https://ohdsi.github.io/Andromeda/
11 stars 9 forks source link

arrow version: add isAndromedaTable() #45

Closed schuemie closed 1 year ago

schuemie commented 1 year ago

In the new version, Andromeda tables can be of various R classes. It would be convenient to have an isAndromedaTable() function to check if a table is an Andromeda table.

Ideally this would be made available in a new version before the transition to Arrow.

ablack3 commented 1 year ago

Implemented in the develop branch. I guess I should push the isAndromedaTable to main in a new release then prior to the switch to arrow.