Description Usage Arguments Value Examples
View source: R/download_from_remote.R
Download the necessary data from a remote store in a local
1 | download_from_remote(local, remote, config)
|
local |
local rOstluft store. Probably a |
remote |
remote rOstluft store. Probably a |
config |
config in list form from |
resulting tibble from local$put()
1 2 3 4 5 6 7 8 9 10 11 12 | config <- get_example_config()
remote <- rOstluft::store_aqmet()
local <- rOstluft::storage_local_rds(
"rf_example",
format = rOstluft::format_rolf(),
read.only = FALSE
)
download_from_remote(local, remote, config)
# tidy up
local$destroy("DELETE")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.