powered by
Find a function with specified name.
fget(name, env = parent.frame())
length one character vector giving name
environment to start search in.
c <- 10 fget("c")
Run the code above in your browser using DataLab