qs_from_url {nflreadr} | R Documentation |
Load .qs file from a remote connection
Description
Load .qs file from a remote connection
Usage
qs_from_url(url)
Arguments
url |
a character url |
Value
a dataframe as parsed by qs::qdeserialize()
Examples
try({
qs_from_url(
"https://github.com/nflverse/nflverse-data/releases/download/player_stats/player_stats.qs"
)
})
[Package nflreadr version 1.4.1 Index]