View source: R/h_pkparam_sort.R
h_pkparam_sort | R Documentation |
PARAM
variableh_pkparam_sort(pk_data, key_var = "PARAMCD")
pk_data |
( |
key_var |
( |
A pharmacokinetic data.frame
sorted by a PARAM
variable.
library(dplyr)
adpp <- tern_ex_adpp %>% mutate(PKPARAM = factor(paste0(PARAM, " (", AVALU, ")")))
pk_ordered_data <- h_pkparam_sort(adpp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.