Skip to contents

[Deprecated]

The underlying package qs has been removed from CRAN on 2026-01-17 so nflreadr stopped the qs support

Usage

qs_from_url(url)

Arguments

url

a character url

Value

a dataframe

Examples

# \donttest{
try({
  qs_from_url(
    "https://github.com/nflverse/nflverse-data/releases/download/player_stats/player_stats.qs"
  )
})
#> Error : `qs_from_url()` was deprecated in nflreadr 1.6.0 and is now defunct.
#>  Please use one of the other `*_from_url()` functions.
# }