Combine together all of the MedDRA terms into a single data.frame
join_meddra.RdCombine together all of the MedDRA terms into a single data.frame
Arguments
- data
MedDRA source data from
read_meddra()
Value
A data.frame with the "soc_code", "soc_name", "soc_abbrev", "hlgt_code", "hlgt_name", "hlt_code", "hlt_name", "pt_code", "pt_name", "pt_soc_code", "llt_code", "llt_name", and "llt_currency"
Examples
if (FALSE) { # \dontrun{
meddra_raw <- read_meddra("/path/to/meddra/distribution")
meddra_df <- join_meddra(meddra_raw)
} # }