A function shortcut for accessing .Last.value.
last_value(x = .Last.value)
The same .Last.value
as before viewing, invisibly.
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).