is.declared {MOSim}R 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.


[Package MOSim version 1.6.0 Index]