rds_from_url | R Documentation |
Load .rds file from a remote connection
rds_from_url(url)
url |
a character url |
a dataframe as created by readRDS()
try({ # prevents cran errors
rds_from_url("https://github.com/nflverse/nflverse-data/releases/download/test/combines.rds")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.