Skip to content
Back to formatted view

Raw Message

Message-ID: <1291684681368-3075644.post@n4.nabble.com>
Date: 2010-12-07T01:18:01Z
From: Arsenio Staer
Subject: Downloading a .csv through a .jsp url with variable parameters - R code or package?
In-Reply-To: <1291341189366-3070541.post@n4.nabble.com>

So i realized putting this 
raw.untr <- as.data.frame(read.csv(file='.......jsp?y=2008&m=09&d=30',
header = TRUE, as.is = TRUE))

reads the file prefectly, so i was wondering how can i create a set of
dataframes each with observations for one day (say for 3 years with 250 days
of data each year = 750 datasets) ? And in each loop of a cycle the text
string in the url would change to reflect the new date, say from
y=2008&m=09&d=30 to y=2008&m=09&d=31?

Any help would be great, i somewhat expected more of a reaction given how
vibrant R community is,

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-tp3070541p3075644.html
Sent from the R help mailing list archive at Nabble.com.