Better exists()
Arguments
- x
character vector length 1 or more, indicating the object names, with or without package prefix.
- where, mode, inherits
arguments passed to
base::exists(). Note that argumentsenvirandframeuse the defaults, and therefore may not be compatible with using inputxwith more than one value.- ...
additional arguments are passed to
base::exists().#' @examples exists("exists", where="package:base")
better_exists("base::exists")