Dear R experts,

I'm trying to download a .csv file with daily data on the companies through
a javascript url ending in .jsp of the following form:
http://....... .com/.../.../filename.jsp?y=2004&m=3&d=9
where y = year, m = month and d=day. Accessing the link gives you the .csv
for that date. I want to download the whole time series day by day say from
y = 2000 to 2010 into an R dataset. Any idea how to do that through R code?

Thanks a lot in advance!

Arsenio
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Downloading-a-csv-through-a-jsp-url-with-variable-parameters-R-code-or-package-tp3070541p3070541.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to