README.md

tv: Show Data Frames in the Browser

tic

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:

  1. if the last TV browser tab is closed
  2. if turned off from the settings menu
  3. by entering tv::off() in the R session
  4. if tempdir() is deleted.

Turning off will restore the print method of data frames.

Install

remotes::install_github("cynkra/tv")

Ideas

nycflights13::flights


cynkra/tv documentation built on April 18, 2024, 5:46 p.m.