.Last.value
.Last.value
(in package:base
) before further processing
(e.g. printing)..Last.value
, because this will always shadow the
one in package:base
.eval
gamma(1:15) # think of some intensive calculation... fac14 <- .Last.value # keep them library("eda") # returns invisibly .Last.value # shows what library(.) above returned