copy_last | R Documentation |
Use clipr::write_clip()
to write the last value as a character vector to
the system clipboard.
copy_last(x = .Last.value)
x |
The object to view, usually left as base::.Last.value. |
The value of the internal evaluation of a top-level R expression is always
assigned to .Last.value
before further processing (e.g., printing).
The same .Last.value
as before copied, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.