Essa é uma revisão anterior do documento!


TCC CE 229

Carregando os dados:

source("http://leg.ufpr.br/~henrique/dengue/ultimate.txt")

<php> $prog = “R CMD BATCH”; $file = “echo 'summary(rnorm(100))' > /tmp/teste.txt”; system($file, $retval); system(“chmod 777 /tmp/teste.txt”); $command = $prog . “ /tmp/teste.txt”; $las = system(“R CMD BATCH /tmp/teste.txt /tmp/teste.Rout”, $retval); echo system('cat /tmp/teste.Rout'); </php>


QR Code
QR Code projetos:saudavel:tcc (generated for current page)