Learn R Programming

AEenrich (version 1.1.1)

covid1: Covid Vaccine Adverse Event Data

Description

Adverse event data in the long format. Each row is a single adverse event, along with covariates.

Usage

covid1

Arguments

Value

A data frame with the following columns:

VAERS_ID

Event ID

VAX_LABEL

Vaccine type

AE_NAME

Adverse event name

AGE

Covariate

SEX

Covariate

Format

An object of class tbl_df (inherits from tbl, data.frame) with 12500 rows and 5 columns.