Internal function to set R attributes from an arrow::Dataset/arrow:::arrow_dplyr_query
Arguments
- x
arrow Object
- attributes
list of attributes to set
Examples
if (FALSE) { # \dontrun{
cache_set_attributes(cache_read("test", "deep", "stream"), list(primary_keys = "a"))
} # }