Hi,
I am working with R x64 4.0.0 Win 10 x64, Rstudio 1.4.292 and when I want to try this:
data(mtcars)
rpivotTable(mtcars,rows="gear", cols=c("cyl","carb"),width="100%", height="400px")
nothing is happening. Looks like CPU is working in the backgeound but I can see nothing in RStudio viewer pane.
How to fix this?
Thanks.
Hi,
I am working with R x64 4.0.0 Win 10 x64, Rstudio 1.4.292 and when I want to try this:
data(mtcars)
rpivotTable(mtcars,rows="gear", cols=c("cyl","carb"),width="100%", height="400px")
nothing is happening. Looks like CPU is working in the backgeound but I can see nothing in RStudio viewer pane.
How to fix this?
Thanks.