Description Usage Arguments Examples
create remote reader functions
1 | read_remote_factory(cb, cache_method = "rds", compression = FALSE)
|
cb |
callback function that is applied to read the remote data |
cache_method |
caching method, either rds or feather |
compression |
whether to compress files if saving as rds, default to false |
1 2 3 4 5 | ## Not run:
read_remote_csv <- read_remote_factory(readr::read_csv)
data <- read_remote_csv("<remote_dir/remote_file.csv>", "~/.cache")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.