<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Antonio,</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;">O comando funciona perfeitamente aqui no meu computador (Mac com R 64bits).</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;">Mas algumas alternativas que você pode tentar:</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;">- adicionar o s depois
 do http: <span style="font-size: 12pt;">dat.desc1 <- read.delim("</span><a rel="nofollow" target="_blank" href="http://dl.dropbox.com/u/755659/descarga.csv" style="font-size: 12pt;">https://dl.dropbox.com/u/755659/descarga.csv</a><span style="font-size: 12pt;">",sep=",")</span></div><div style="color: rgb(0, 0, 0); font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span style="font-size: 12pt;">- ler indiretamente usando o comando url:</span></div><div style="color: rgb(0, 0, 0); font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span style="font-size: 12pt;">   dbox <- url("http://dl.dropbox.com/u/755659/descarga.csv")</span></div><div style="color: rgb(0, 0, 0); font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style:
 normal;"><span style="font-size: 12pt;">   dat.desc1<- read.delim(dbox, sep=',')</span></div><div></div><div> </div><div>Saudações,<br>--<br>Thiago V. dos Santos<br>PhD student<br>Land and Atmospheric Science<br>University of Minnesota<br>http://www.laas.umn.edu/CurrentStudents/MeettheStudents/ThiagodosSantos/index.htm<br>Phone: (612) 323 9898<br></div>  <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font size="2" face="Arial"> <b><span style="font-weight:bold;">From:</span></b> Antonio Silva <aolinto.lst@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> R-br <r-br@listas.c3sl.ufpr.br> <br> <b><span style="font-weight: bold;">Sent:</span></b> Wednesday, April 10, 2013 8:32 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> [R-br]
 lendo dados diretamente da web<br> </font> </div> <div class="y_msg_container"><br><div id="yiv1253936353"><div dir="ltr"><div>Olá a todos,<br><br></div><div>Estou com problemas para recuperar dados da web.<br><br></div><div>Por exemplo, eu utilizava o comando<br><br>dat.desc1 <- read.delim("<a rel="nofollow" target="_blank" href="http://dl.dropbox.com/u/755659/descarga.csv">http://dl.dropbox.com/u/755659/descarga.csv</a>",sep=",")<br>
<br></div><div>para baixar dados que tenho em uma pasta pública no dropbox.<br><br></div><div>Depois de uns meses sem utilizar o recurso fui tentar e recebi a mensagem <br><br>Erro em file(file, "rt") : não é possível abrir a conexão<br>
<br></div><div>Outros exemplos que peguei na internet como<br><br>read.table("<a rel="nofollow" target="_blank" href="http://archive.ics.uci.edu/ml/machine-learning-databases/wine/wine.data">http://archive.ics.uci.edu/ml/machine-learning-databases/wine/wine.data</a>",sep=",")<br>
<br></div><div>Funcionam normalmente.<br><br></div><div>Alguém já teve este problema? Há como contornar?<br><br></div><div>Obrigado,<br><br></div><div>Antônio Olinto<br></div></div></div><br>_______________________________________________<br>R-br mailing list<br><a ymailto="mailto:R-br@listas.c3sl.ufpr.br" href="mailto:R-br@listas.c3sl.ufpr.br">R-br@listas.c3sl.ufpr.br</a><br><a href="https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br" target="_blank">https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br</a><br>Leia o guia de postagem (<a href="http://www.leg.ufpr.br/r-br-guia" target="_blank">http://www.leg.ufpr.br/r-br-guia</a>) e forneça código mínimo reproduzível.<br><br></div> </div> </div>  </div></body></html>