powered by
Display interactive disposition tables with AE subgroup analysis
react_disposition( metadata_sl, metadata_ae, analysis = "disp", population = metadata_sl$plan[metadata_sl$plan$analysis == analysis, ]$population, sl_parameter = paste(metadata_sl$plan[metadata_sl$plan$analysis == analysis, ]$parameter, collapse = ";"), display_total = TRUE, width = 1200 )
An reactable combing both baseline characteristic table and AE subgroup specific tables.
A metadata created by metalite, which builds the baseline characteristic table
A metadata created by metalite, which builds the AE subgroup specific table
The analysis label provided in metadata_sl.
metadata_sl
A character value of population term name. The term name is used as key to link information.
A character value of parameter term name for the baseline characteristic table. The term name is used as key to link information.
Display total column or not.
A numeric value of width of the table in pixels.
if (interactive()) { react_disposition( metadata_sl = meta_sl_example(), metadata_ae = metalite.ae::meta_ae_example(), width = 1200 ) }
Run the code above in your browser using DataLab