is.declared: Check if a variable is declared.

Description Usage Arguments Value

View source: R/functions.R

Description

Check if a variable is declared.

Usage

1
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.


MOSim documentation built on Nov. 8, 2020, 5:50 p.m.