Skip to contents

Internal function to read R attributes on an arrow::Dataset/arrow:::arrow_dplyr_query or other object

Usage

cache_get_attributes(x)

Arguments

x

arrow Object

Value

a named vector of attributes

Examples

if (FALSE) { # \dontrun{
cache_get_attributes(cache_read("test", "deep", "stream"))
} # }