call_aval_fun {admiralonco} | R Documentation |
AVAL
from AVALC
by Calling User FunctionThis function is deprecated, please use
admiraldev::process_set_values_to()
instead.
Create AVAL
from AVALC
by calling a function provided by the user. If
calling the function fails, the error is caught and a helpful error message
provided.
call_aval_fun(dataset, aval_fun)
dataset |
Input dataset The variable Permitted Values: a dataframe |
aval_fun |
Function returning the The specified function must expect one argument expecting a character vector and must return a numeric vector. Permitted Values: a function |
The new variable AVAL
is set to aval_fun(AVALC)
.
The input dataset with AVAL
added
Stefan Bundfuss