R/function-template.R
function_template.Rd
A function template.
function_template(x = TRUE, chk = TRUE)
A flag specifying whether to return TRUE or FALSE.
A flag specifying whether to check inputs.
A flag.
function_template()#> [1] TRUEfunction_template(FALSE)#> [1] FALSE