retrieve_faersxml_all: Convert FAERS a number of xml files to tabular format
Description
Convert FAERS a number of xml files to tabular format
Usage
retrieve_faersxml_all(xml_address_vector, ..., cache_path = NULL)
Value
A binded tibble with all the tibbles returned from `retrieve_faersxml`
Arguments
- xml_address_vector
Vector with XML addresses to be read
- ...
arguments to be passed to retrieve_faersxml
- cache_path
a string. Must have a ".Rdata" extension to save the read tabular formats in each loop.