write data from AREAdata to cache file
write_ad_cache(
d,
metric = NULL,
gid = NULL,
path = NULL,
format = "rda",
compression_type = "bzip2",
compression_level = 9
)Path of cached file (invisibly)
data to write.
metric downloaded (inferred if not provided).
gid of data (inferred if not provided).
cache path.
format to store data in (currenly unused).
type of compression to use when caching.
level of compression to use while caching.