[R] R reports
Donald Paul Winston
satchwinston at yahoo.com
Sat Aug 21 07:01:17 CEST 2010
Sweave and LaTex is way to much overhead to deal with. There should be a
built in standard report() function analogous to plot().
Something like the following is necessary if you want real people to take R
seriously:
report(data=<aDataFrame>, vars=<vectorOfColumnNames>,
label=<vectorOfColumnNames>, by=<vectorOfColumnNames>,
sum=vectorOfColumnNames>, title=<vectorOfStrings>, footer=<vectorOfStrings>,
pageBy=<vectorOfColumnNames>, sumBy=<vectorOfColumnNames>,
filename=<string>, fileType=<text|csv|pdf..>...etc)
Did I say "real" people? I've been Palinized.
--
View this message in context: http://r.789695.n4.nabble.com/R-reports-tp2330733p2333264.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list