parquet_from_url: Load .parquet file from a remote connection

View source: R/utils.R

parquet_from_urlR Documentation

Load .parquet file from a remote connection

Description

Load .parquet file from a remote connection

Usage

parquet_from_url(url)

Arguments

url

a character url

Value

a dataframe as created by arrow::read_parquet(); a zero-row data.table when the download or read fails.


cfbfastR documentation built on Aug. 24, 2026, 5:13 p.m.