Reorder PARAM and PARAMCD levels

reorder_adex_params(
  adam_db,
  paramcd_order = .study$paramcd_order,
  .study = list(paramcd_order = c("TNDOSE", "DOSE", "NDOSE", "TDOSE"))
)

Arguments

adam_db

(dm) object containing the ADaM datasets

paramcd_order

(vector of character) providing the PARAMCD values in the desired order.

.study

(list) with default values for the arguments of the function

Value

a dm object.