last_value | R Documentation |
A function shortcut for accessing .Last.value.
last_value(x = .Last.value)
x |
The object to return, usually left as base::.Last.value. |
The value of the internal evaluation of a top-level R expression is always assigned to .Last.value (in package:base) before further processing (e.g., printing).
The same .Last.value
as before viewing, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.