rds_from_url: Load .rds file from a remote connection

View source: R/from_url.R

rds_from_urlR Documentation

Load .rds file from a remote connection

Description

Load .rds file from a remote connection

Usage

rds_from_url(url)

Arguments

url

a character url

Value

a dataframe as created by readRDS()

Examples



try({ # prevents cran errors
  rds_from_url("https://github.com/nflverse/nflverse-data/releases/download/test/combines.rds")
})


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