| data_read_or_cache | R Documentation |
This function is deprecated. Use cache_remember() with data_read() instead:
df <- cache_remember("my_data", data_read("source.private.example"))
data_read_or_cache(path, expire_after = NULL, refresh = FALSE)
path |
Dot notation path to load data (e.g. "source.private.example") |
expire_after |
Optional expiration time in hours (default: from config) |
refresh |
Optional boolean or function that returns boolean to force refresh |
The loaded data, either from cache or file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.