util_handling_additional_fun_params | R Documentation |
Important additional parameters, useful to modify behavior of analysis and summary
functions are listed in rtables::additional_fun_params. With these utility functions
we can retrieve a curated list of these parameters from the environment, and pass them
to the analysis functions with dedicated
...
; notice that the final s_*
function
will get them through argument matching.
retrieve_extra_afun_params(extra_afun_params)
get_additional_afun_params(add_alt_df = FALSE)
extra_afun_params |
( |
add_alt_df |
( |
retrieve_extra_afun_params
returns a list of the values of the parameters in the environment.
get_additional_afun_params
returns a list of additional parameters.
retrieve_extra_afun_params()
: Retrieve additional parameters from the environment.
get_additional_afun_params()
: Curated list of additional parameters for
analysis functions. Please check rtables::additional_fun_params for precise descriptions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.