Displaying 1 result from an estimated 1 matches for "panalise".
Did you mean:
analise
2010 Apr 16
0
Yet Testing rKward
...ipt execution without use copy and paste or using a rkward output system.
Now I try to understand how adapt my script do use the rKward output system.
Example:
I have this script:
----------------------
## Carregar a tabela de riqueza e equitabilidade
library(gdata)
dadosriq <- read.xls("Panalise.xls",h=T,sheet=2)
## Resumo dos dados
summary(dadosriq)
----------------------
Using rkward output system I try:
----------------------
rk.header("Carregar a tabela de riqueza e equitabilidade")
library(gdata)
dadosriq <- read.xls("Panalise.xls",h=T,sheet=2)
rk.heade...