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


nflverse/nflreadr documentation built on Nov. 29, 2024, 4:56 p.m.