dump_to_clip | R Documentation |
This function calls dump on one or several R objects, which creates code that recreates them from the console. It then copies this code to the clipboard. This can be used to quickly copy (small) objects between R sessions, for instance during package development and testing, or - of course - to paste the dump code into a forum post.
dump_to_clip(objects)
objects |
A character vector containing the names of one or more objects in the current session. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.