getup {lgcp} | R Documentation |
A function to get an object from a parent frame.
getup(n, lev = 1)
n |
a character string, the name of the object |
lev |
how many levels up the hierarchy to go (see the argument "envir" from the function "get"), default is 1. |
...