powered by
renders the output of the piped functions to the console via cat()
show(prev = NULL)
None (invisible NULL)
a placeholder for the output of functions being piped into show(). Defaults to NULL and should not be altered.
if (FALSE) { go("https://www.wikipedia.org/") %>>% goback() %>>% show() }
Run the code above in your browser using DataLab