Não foi possível enviar o arquivo. Será algum problema com as permissões?
          
          
          
          
Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
| Ambos lados da revisão anterior Revisão anterior Próxima revisão | Revisão anterior | ||
| 
                    playground:playground [2008/04/23 13:10] henriqued  | 
                
                    playground:playground [2018/05/03 03:39] (atual) | 
            ||
|---|---|---|---|
| Linha 1: | Linha 1: | ||
| ====== PlayGround ====== | ====== PlayGround ====== | ||
| - | Testando inclusão de Código PHP | ||
| - | <php> | ||
| - | $prog = "R CMD BATCH"; | ||
| - | $file = "echo 'summary(rnorm(100))' > /tmp/teste.txt"; | ||
| - | system($file, $retval); | ||
| - | system("chmod 777 /tmp/teste.txt"); | ||
| - | $las = system("R CMD BATCH --no-save -q /tmp/teste.txt /tmp/teste.Rout", $retval); | ||
| - | echo system('cat /tmp/teste.Rout'); | ||
| - | </php> | ||