k96nb01
February 12, 2026, 4:18pm
1
I just updated my Windows RStudio to version 2026.01.0 Build 392. In older versions of RStudio, printing a table/data frame/etc. would produce an interactive output below the code chunk, as so:
In the latest version is produces a static output, as so:
I can't find any setting to enable this feature. Please don't tell me my favorite feature of RStudio has been deprecated!
For a reprex: in a QMD:
title: "RStudio Output Test"
print(mtcars)
k96nb01
February 20, 2026, 2:33pm
2
As an update: I discovered that enclosing an object in parentheses will enable the dynamic output, but calling the print function will not, as so:
system
Closed
May 21, 2026, 2:33pm
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.