Re: [R] Download and Import xls files in R

2009-03-07 Thread Gabor Grothendieck
Try this: > library(gdata) > ciao<-read.xls(pattern = "TOTALE", > "http://www.giustizia.it/statistiche/statistiche_dap/det/seriestoriche/corsi_proff.xls";) Downloading... trying URL 'http://www.giustizia.it/statistiche/statistiche_dap/det/seriestoriche/corsi_proff.xls' Content type 'application/

Re: [R] Download and Import xls files in R

2009-03-07 Thread Domenico Vistocco
Jacopo Anselmi wrote: Dear List, I am trying to solve a problem: I have approximately 100 Excel spreadsheets each with approximately 4 sheet each that I would like to download and import in R for analysis. Unfortunately i realized (i also sent an email to the author or xlsReadWrite() ) that the

[R] Download and Import xls files in R

2009-03-07 Thread Jacopo Anselmi
Dear List, I am trying to solve a problem: I have approximately 100 Excel spreadsheets each with approximately 4 sheet each that I would like to download and import in R for analysis. Unfortunately i realized (i also sent an email to the author or xlsReadWrite() ) that the read.xls() doesn't allo

[R] Download and Import xls files in R

2009-03-07 Thread Francesco Petrarca
Dear List, I am trying to solve a problem: I have approximately 100 Excel spreadsheets each with approximately 4 sheet each that I would like to download and import in R for analysis. Unfortunately i realized (i also sent an email to the author or xlsReadWrite() ) that the read.xls() doesn't allo

[R] Download and Import xls files in R

2009-03-07 Thread Jacopo Anselmi
Dear List, I am trying to solve a problem: I have approximately 100 Excel spreadsheets each with approximately 4 sheet each that I would like to download and import in R for analysis. Unfortunately i realized (i also sent an email to the author or xlsReadWrite() ) that the read.xls() doesn't allo