View source: R/call_user_fun.R
call_user_fun | R Documentation |
Calls a function provided by the user and adds the function call to the error message if the call fails.
call_user_fun(call)
call |
Call to be executed |
The return value of the function call
Utilities used within Derivation functions:
extract_unit()
,
get_flagged_records()
,
get_not_mapped()
,
get_vars_query()
call_user_fun(compute_bmi(
height = 172,
weight = 60
))
try(call_user_fun(compute_bmi(
height = 172,
weight = "hallo"
)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.