show {parsel}R 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)

[Package parsel version 0.3.0 Index]