arrow_enabled_object | R Documentation |
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 <- dplyr::tibble(x = seq(5))
arrow_enabled_object(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.