[R-br] Entrada de dados: GNU/Linux

Marcelo marcelolaia em gmail.com
Quinta Março 21 13:54:52 BRT 2013


On 21/03/13 at 11:47am, Vinícius Lionel Mateus wrote:
>
> entrada de dados no R para GNU/Linux?
> Cheguei a tentar ler a clipboard, mas não fui feliz.
>


Muito parecido com a entrada em qualquer outro.

Eis alguns exemplos:

A partir da área de transferencia

x <- read.table(file = "clipboard", sep = "\t", header=TRUE)

Outro exemplos:

http://stat.ethz.ch/R-manual/R-devel/library/utils/html/read.table.html

http://stat.ethz.ch/R-manual/R-devel/library/utils/html/read.table.html

http://nature.nps.gov/im/datamgmt/statistics/r/fundamentals/index.cfm

-- 
Marcelo


Mais detalhes sobre a lista de discussão R-br