The tv package lively displays data frames during data analysis. It modifies the print method of data frames, tibbles or data tables to also appear in a browser or in the view pane of RStudio.
Use
Turn on the TV and watch for data frames in your R session:
tv::on()
TV is turned off:
- if the last TV browser tab is closed
- if turned off from the settings menu
- by entering
tv::off()
in the R session - if
tempdir()
is deleted.
Turning off will restore the print method of data frames.
Install
remotes::install_github("cynkra/tv")