A function template.

function_template(x = TRUE, chk = TRUE)

Arguments

x

A flag specifying whether to return TRUE or FALSE.

chk

A flag specifying whether to check inputs.

Value

A flag.

Examples

function_template()
#> [1] TRUE
function_template(FALSE)
#> [1] FALSE