
Last chance! 50% off unlimited learning
Sale ends in
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)
The object to be serialized
# NOT RUN {
df <- tibble::tibble(x = seq(5))
arrow_enabled_object(df)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab