lastVal | R Documentation |
Gets the last value of an object.
lastVal(x)
x |
a vector, object or a list. |
Rehrauer, Hubert
Schmid, Peter
lastVal(1:10)
obj1 <- 1:5
obj2 <- "a character"
lastVal(c(obj1,obj2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.