John Antonakakis wrote:
is there a good way to generate reports in R? I found the following code
using split.screen but this only works with plots and i would like to
generate reports with tables and charts. thx
The answer is definitively yes, and you can spend a lot of time learning about
how
is there a good way to generate reports in R? I found the following code using
split.screen but this only works with plots and i would like to generate
reports with tables and charts. thx
if (interactive()) {
par(bg = "white") # default is likely to be transparent
split.screen(c(
2 matches
Mail list logo