A function shortcut for accessing .Last.value.

last_value(x = .Last.value)

Arguments

x

The object to return, usually left as base::.Last.value.

Value

The same .Last.value as before viewing, invisibly.

Details

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).