powered by
This function allows you to retrieve data from a URL into raw format, which can then be passed into the appropriate file-reading function. Data is memoised/cached for 24 hours.
raw_from_url(url)
a raw vector
a character url
.for_cran() # \donttest{ try({ # prevents CRAN errors head(raw_from_url( "https://github.com/nflverse/nflverse-data/releases/download/test/combines.rds" ), 50) }) # }
Run the code above in your browser using DataLab