RData.jl
RData.jl copied to clipboard
Feature request: read online data
For example
sp5h = load("https://gitlab.math.ethz.ch/maechler/CLA/-/raw/master/data/muS.sp500.rda")
Wouldn't that be as simple as:
file = download(URL)
sp5h = load(file)
?