Skip to content

humanpred/meddra.read

Repository files navigation

meddra.read

Lifecycle: experimental CRAN status Codecov test coverage R-CMD-check

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)

About

Read MedDRA data for use in R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages