Learn R Programming

amadeus (version 1.2.2)

check_for_null_parameters: Check parameters

Description

Check that all parameters have been assigned a value.

Usage

check_for_null_parameters(parameters)

Value

NULL; returns a stop error if one or more function parameters other than 'extent' are NULL

Arguments

parameters

parameters passed to function (called by mget(ls()).)