Learn R Programming

faersquarterlydata (version 1.3.0)

unify_tabular_ascii: 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)

Value

A data frame representing FAERS data, with all components from the list joined.

Arguments

ascii_list

list from retrieve_faersascii

Examples

Run this code
unify_tabular_ascii(ascii_list = als_faers_data)


Run the code above in your browser using DataLab