dot-read_remote_parquet: Download and read a remote parquet file

.read_remote_parquetR Documentation

Download and read a remote parquet file

Description

.read_remote_parquet() downloads a parquet file to a temporary path and returns it as a base data.frame.

Usage

.read_remote_parquet(path, timeout = NULL, method = NULL)

Arguments

path

character path inside the NHL_DB repository

timeout

optional download timeout in seconds

method

optional utils::download.file() method

Value

data.frame


nhlscraper documentation built on June 29, 2026, 1:06 a.m.