objExist: Check if an object exists using the object itself, rather...

View source: R/objExist.R

objExistR Documentation

Check if an object exists using the object itself, rather than char string

Description

Check if an object exists using the object itself, rather than char string

Usage

objExist(...)

Arguments

...

any number of objects

Value

logical vector

Examples

x <- "test"
objExist(x)
objExist(x, y)


johngodlee/JLGMisc documentation built on June 29, 2024, 9:15 p.m.