Determine whether arrow is able to serialize the given R object
If the given R object is not serializable by arrow due to some known limitations of arrow, then return FALSE, otherwise return TRUE
arrow_enabled_object(object)
object |
The object to be serialized |
## Not run: df <- tibble::tibble(x = seq(5)) arrow_enabled_object(df) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.