Skip to contents

Internal function to set R attributes from an arrow::Dataset/arrow:::arrow_dplyr_query

Usage

cache_set_attributes(x, attributes)

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"))
} # }