RData.jl icon indicating copy to clipboard operation
RData.jl copied to clipboard

Feature request: read online data

Open maxchendt opened this issue 3 years ago • 1 comments

For example

sp5h = load("https://gitlab.math.ethz.ch/maechler/CLA/-/raw/master/data/muS.sp500.rda")

maxchendt avatar Nov 24 '22 09:11 maxchendt

Wouldn't that be as simple as:

file = download(URL)
sp5h = load(file)

?

asinghvi17 avatar Mar 09 '23 17:03 asinghvi17