unify_tabular_ascii {faersquarterlydata} | R Documentation |
Unify the list to a tabular format
Description
Turn the list elements returned from retrieve_faersascii into a tabular format
Usage
unify_tabular_ascii(ascii_list)
Arguments
ascii_list |
list from retrieve_faersascii |
Value
A data frame representing FAERS data, with all components from the list joined.
Examples
unify_tabular_ascii(ascii_list = als_faers_data)
[Package faersquarterlydata version 1.2.0 Index]