View source: R/read_func_xml.R
retrieve_faersxml | R Documentation |
Convert FAERS xml to tabular format
retrieve_faersxml(
xml_address,
reaction_wise = TRUE,
drug_wise = FALSE,
drug_indication_pattern = NULL
)
xml_address |
XML address to be read |
reaction_wise |
each row corresponds to a reaction (if TRUE, drug_wise cannot be TRUE) |
drug_wise |
each row corresponds to a drug (if TRUE, reaction_wise cannot be TRUE) |
drug_indication_pattern |
filter by ADR with a specific drug indication pattern (**stringr** sintax) |
A tibble corresponding to the XML file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.