You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I came looking for another issue ... so your comment and decided to test it. Copy pasted your code and it is showing what you would expect within a second. On Mac though. So the code looks right.
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.
The text was updated successfully, but these errors were encountered: