Check existing object.
exists.var(x)
x
names to check
'exists'
a <- 1:10 b <- 1:20 exists.var("a") exists.var(c("a","b")) exists.var("age")