parquet_from_url: Load .parquet file from a remote connection

View source: R/from_url.R

parquet_from_urlR Documentation

Load .parquet file from a remote connection

Description

Retrieves a parquet file from URL. This function is cached

Usage

parquet_from_url(url)

Arguments

url

a character url

Value

a dataframe as parsed by arrow::read_parquet()

Examples



try({
  parquet_from_url(
    "https://github.com/nflverse/nflverse-data/releases/download/player_stats/player_stats.parquet"
  )
})


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