When PKNCA::PKNCA.options() is invoked without arguments, it will return a list of its configuration. Among the options is the data.frame single.dose.aucs which will list the exported PK parameters for both the AUC0-24 and AUCinf computations. Wherever the parameters are set to TRUE PKNCA will compute those and include in output. So in that case we can use those parameters as well and should make them available in the output from run_nca().
get_pk_parameters_from_pknca_options.RdWhen PKNCA::PKNCA.options() is invoked without arguments, it will
return a list of its configuration. Among the options is the data.frame
single.dose.aucs which will list the exported PK parameters for both
the AUC0-24 and AUCinf computations. Wherever the parameters are set to TRUE
PKNCA will compute those and include in output. So in that case we can use
those parameters as well and should make them available in the output from
run_nca().