Show: Pipeline- and knit-friendly 'View()'

View source: R/interactive_programming.R

ShowR Documentation

Pipeline- and knit-friendly View()

Description

This function can be safely inserted into a pipeline while it is being developed. It will run View() on the object only if R is running interactively. It returns its input so that the pipeline can continue running.

Usage

Show(x)

Arguments

x

(Object) An object to View().

Value

Runs View() on the object if R is running interactively. Finally, invisibly returns x.

Examples

## Not run: 
Show(iris)

## End(Not run)


DesiQuintans/desiderata documentation built on April 9, 2023, 5:43 a.m.