Learn R Programming

nflreadr (version 1.4.1)

parquet_from_url: Load .parquet file from a remote connection

Description

Retrieves a parquet file from URL. This function is cached

Usage

parquet_from_url(url)

Value

a dataframe as parsed by arrow::read_parquet()

Arguments

url

a character url

Examples

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

Run the code above in your browser using DataLab