is.declared: Check if a variable is declared.

View source: R/functions.R

is.declaredR Documentation

Check if a variable is declared.

Description

Check if a variable is declared.

Usage

is.declared(object, key = NULL)

Arguments

object

Variable name to check

key

Optional key to check inside object.

Value

TRUE or FALSE indicating if the variable is initialized & non-empty.


Neurergus/MOSim documentation built on Feb. 23, 2024, 8:29 a.m.