Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disabling Rstudio Dataframe preview on code completion

Tags:

rstudio

I updated to latest rstudio version and now whenever i try to hover over a dataframe global env in code completion it previews it. I want to disable this feature. How can i do it?

enter image description here

like image 257
Rootsyl Avatar asked Sep 16 '26 11:09

Rootsyl


1 Answers

Try options(rstudio.help.showDataPreview = FALSE).

Source: https://github.com/rstudio/rstudio/issues/13286#issuecomment-1607517508

like image 170
Dmitry Ishutin Avatar answered Sep 20 '26 05:09

Dmitry Ishutin