Description Usage Arguments Value Examples
This convenience function wraps write_clip
to copy the
previous output in the chain to the clipboard.
1 |
x |
An object to be written to the system clipboard. |
... |
Other arguments passed to |
Returns x
but attempts to copy content to the clipboard.
1 2 3 4 5 6 7 8 | ## Not run:
library(magrittr)
files %>%
parse_path() %>%
swap_regex("^(P|R)", "oops") %>%
copy_path()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.