Skip to content
Prev 170416 / 398503 Next

Distinguishing variables from functions with the same name

See ?get and try:

sin <- 1
get("sin", mode = "numeric")
get("sin", mode = "function")
On Fri, Feb 13, 2009 at 10:20 AM, <JLucke at ria.buffalo.edu> wrote: