Learn R Programming

meddra.read

The goal of meddra.read is to read in the MedDRA source distribution files into a data.frame usable in R.

Installation

You can install the development version of meddra.read like so:

remotes::install_github("billdenney/meddra.read")

Example

Here is how to load MedDRA data. You must have a directory with the MedAscii and SeqAscii distribution files, they are not allowed to be publicly distributed.

library(meddra.read)
meddra_raw <- read_meddra("/path/to/meddra_dist")
meddra_data <- join_meddra(meddra_raw)

Copy Link

Version

Install

install.packages('meddra.read')

Monthly Downloads

165

Version

0.0.1

License

MIT + file LICENSE

Maintainer

Bill Denney

Last Published

March 26th, 2025

Functions in meddra.read (0.0.1)

join_meddra

Combine together all of the MedDRA terms into a single data.frame
read_meddra

Read MedDRA datasets from the source MedDRA datasets