Displaying 1 result from an estimated 1 matches for "cpi_kpix".
2009 Oct 29
3
Trouble retrieving data (.xls) from folder on my computer.
Using gdata on windows and im having trouble to retrieve an excel file from a
folder on my computer.
This is my dummy:
R > download.file("http://people.su.se/~lundh/data/cpi_kpix.rda",
+ "cpi_kpix.rda")
R > URL <- "http://people.su.se/"
R > PATH <- "~lundh/data/"
R > FILE <- "cpi_kpix.rda"
R > download.file(paste(URL,PATH,FILE,sep=""),
+ "cpi_kpix.rda")
R > library(gdata)
R > FILE...