powered by
Load .rds file from a remote connection
rds_from_url(url)
a dataframe as created by readRDS()
readRDS()
a character url
.for_cran() # \donttest{ try({ # prevents cran errors rds_from_url("https://github.com/nflverse/nflverse-data/releases/download/test/combines.rds") }) # }
Run the code above in your browser using DataLab