retrieve_faersxml_all {faersquarterlydata} | R Documentation |
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)
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. |
Value
A binded tibble with all the tibbles returned from 'retrieve_faersxml'
[Package faersquarterlydata version 1.2.0 Index]