qs_from_url: Load .qs file from a remote connection

View source: R/from_url.R

qs_from_urlR 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"
  )
})


nflreadr documentation built on Sept. 8, 2023, 5:57 p.m.