qs_from_url | R Documentation |
Load .qs file from a remote connection
qs_from_url(url)
url |
a character url |
a dataframe as parsed by qs::qdeserialize()
try({
qs_from_url(
"https://github.com/nflverse/nflverse-data/releases/download/player_stats/player_stats.qs"
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.