Try this:
# get weather data
library(jsonlite)
dat<-
fromJSON('http://api.openweathermap.org/data/2.5/group?id=524901,703448,2643743&units=metric&appid=ec0313a918fa729d4372555ada5fb1f8')
tab <- dat$list
#look at what we get
class(tab)
names(tab)
ncol(tab)
nrow(tab)
tab[,c("clouds","wind","name")
Since upgrading to 2.12.0, I'm having trouble getting the JGR to start under
Windows 7, but I'm not quite sure what's happening.
When I try to run the JGR.exe stub, the dialog says can't find Java R interface
jri.dll. As nearly as I can tell from a Google search this is to be a part of
the r
2 matches
Mail list logo