parquet_from_url | R Documentation |
Retrieves a parquet file from URL. This function is cached
parquet_from_url(url)
url |
a character url |
a dataframe as parsed by arrow::read_parquet()
try({
parquet_from_url(
"https://github.com/nflverse/nflverse-data/releases/download/player_stats/player_stats.parquet"
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.