show: renders the output of the piped functions to the console via...

View source: R/constructors_build.R

showR Documentation

renders the output of the piped functions to the console via cat()

Description

renders the output of the piped functions to the console via cat()

Usage

show(prev = NULL)

Arguments

prev

a placeholder for the output of functions being piped into show(). Defaults to NULL and should not be altered.

Value

None (invisible NULL)

Examples

## Not run: 

go("https://www.wikipedia.org/") %>>%
goback() %>>%
show()


## End(Not run)

till-tietz/parsel documentation built on Jan. 4, 2024, 8:55 p.m.