| write_ad_cache | R Documentation |
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
)
d |
data to write. |
metric |
metric downloaded (inferred if not provided). |
gid |
gid of data (inferred if not provided). |
path |
cache path. |
format |
format to store data in (currenly unused). |
compression_type |
type of compression to use when caching. |
compression_level |
level of compression to use while caching. |
Path of cached file (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.