%>>% | R Documentation |
pipe-like operator that passes the output of lhs to the prev argument of rhs to paste together a scraper function in sequence.
lhs %>>% rhs
lhs |
a parsel constructor function call |
rhs |
a parsel constructor function call that should accept lhs as its prev argument |
the output of rhs evaluated with lhs as the prev argument
## Not run:
#paste together the go and goback output in sequence
go("https://www.wikipedia.org/") %>>%
goback()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.