csv_from_url | R Documentation |
This is a thin wrapper on data.table::fread, but memoised & cached for twenty four hours.
csv_from_url(...)
... |
Arguments passed on to
|
a dataframe as created by data.table::fread()
try({ # prevents cran errors
csv_from_url("https://github.com/nflverse/nflverse-data/releases/download/test/combines.csv")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.