
TabWin é um software de tabulação do DATASUS. É gratuito. Sent from Yahoo Mail on Android On Tue, 17 Nov, 2015 at 3:27, Mauro Sznelwar<sznelwar@uol.com.br> wrote: Nãotenho o TabWin, ele é gratuito? Onde posso baixá-lo? Você tem o TabWin instalado? Use-o para descomprimir o .dbc Sent from YahooMail on Android OnMon, 16 Nov, 2015 at 0:45, Mauro Sznelwar <sznelwar@uol.com.br>wrote: Eutentei rodar este script, mas a partir daí não rodou mais!
system.time(d <- foreign:::read.dbf(gsub('dbc','dbf',b))) Error in foreign:::read.dbf(gsub("dbc", "dbf", b)) : unable to open DBF file Timing stopped at: 0.01 0 0.02
dim(d) Error: object 'd' not found
system.time(save(d, file=gsub('.dbc','d.RData',b))) system.time(save(d,file=gsub('.dbc','c.RData',b), compress='xz')) Error: unexpected symbol in "system.time(save(d,file=gsub('.dbc','d.RData',b))) system.time"
system(paste('ls -lh ', substr(b,1,8), "*", sep='')) Warning message: running command 'ls -lh RDSP1509*' had status 127
system.time(load(gsub('.dbc','d.RData',b))) Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection In addition: Warning message: In readChar(con, 5L, useBytes = TRUE) : cannot open compressed file 'RDSP1509d.RData', probable reason 'No suchfile or directory' Timing stopped at: 0 0 0 system.time(load(gsub('.dbc','c.RData',b))) Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection In addition: Warning message: In readChar(con, 5L, useBytes = TRUE) : cannot open compressed file 'RDSP1509c.RData', probable reason 'No suchfile or directory' Timing stopped at: 0 0 0
| | Este email foi escaneado pelo Avast antivírus. www.avast.com | _______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forne� c�igo m�imo reproduz�el.