pk_nca_result_to_df {PKNCA} | R Documentation |
Convert the grouping info and list of results for each group into a results data.frame
pk_nca_result_to_df(group_info, result)
group_info |
A data.frame of grouping columns |
result |
A list of data.frames with the results from NCA parameter calculations |
A data.frame with group_info and result combined, warnings filtered out, and results unnested.