Package 'tv'

Title: Tibble View: Graphical Display For Data Frame Output
Description: Overrides the print method for data frames and tibbles to provide a graphical output for rectangular data.
Authors: Kirill Müller [aut, cre] , Christoph Sax [aut], cynkra GmbH [fnd]
Maintainer: Kirill Müller <[email protected]>
License: GPL-3
Version: 0.0-0
Built: 2024-09-12 05:00:21 UTC
Source: https://github.com/cynkra/tv

Help Index


Turn TV on and off

Description

Turn TV on and off

Usage

on(verbose = FALSE, port = NULL)

off(verbose = FALSE)

Arguments

verbose

talk to the user

port

port number, if NULL, use a random port.

Examples

## Not run: 
tv::on()
iris

tv::off()

## End(Not run)

Show Status of TV

Description

TRUE: on, 'FALSE: off. Exported for debugging.

Usage

status()