Learn R Programming

nflreadr (version 1.4.1)

qs_from_url: Load .qs file from a remote connection

Description

Load .qs file from a remote connection

Usage

qs_from_url(url)

Value

a dataframe as parsed by qs::qdeserialize()

Arguments

url

a character url

Examples

Run this code
.for_cran()
# \donttest{
try({
  qs_from_url(
    "https://github.com/nflverse/nflverse-data/releases/download/player_stats/player_stats.qs"
  )
})
# }

Run the code above in your browser using DataLab