if (FALSE) { # interactive()
# Use the examples from tb_main if you want to see these functions in action.
path_meddra <- paste0(tempdir(), "/meddra_directory/")
dir.create(path_meddra)
create_ex_meddra_asc(path_meddra)
tb_meddra(path_meddra = path_meddra)
# Clear temporary files when you're done
unlink(path_meddra, recursive = TRUE)
}
Run the code above in your browser using DataLab