Learn R Programming

azuremapsr (version 0.0.2)

check_params: check conformity of parameters for JSON section

Description

check conformity of parameters for JSON section

Usage

check_params(test_params, template_params, tz)

Value

No return value, called for side effects

Arguments

test_params

list of parameters from input

template_params

list of parameters hardcoded in package

tz

timezone from input

Examples

Run this code
if (FALSE) {
check_params(params,template_params,"UTC")
}

Run the code above in your browser using DataLab