R/data-vaers_vax.R

#' US Vaccine Adverse Event Reporting System (VAERS) vaccine data for Present
#'
#' A table containing the "remaining vaccine information (e.g., vaccine name,
#' manufacturer, lot number, route, site, and number of previous doses
#' administered), for each of the vaccines listed in Box 13 of the VAERS form.
#' There is a matching record in this file with the VAERSDATA file identified
#' by VAERS_ID."
#'
#'
#'
#' @format A data.table data frame with 19,016 rows and 8 variables:
#' \describe{
#' \item{VAERS_ID}{VAERS Identification Number}
#' \item{VAX_TYPE}{Administered Vaccine Type}
#' \item{VAX_MANU}{Vaccine Manufacturer}
#' \item{VAX_LOT}{Manufacturer's Vaccine Lot}
#' \item{VAX_DOSE}{Number of previous doses administered}
#' \item{VAX_ROUTE}{Vaccination Route}
#' \item{VAX_SITE}{Vaccination Site}
#' \item{VAX_NAME}{Vaccination Name}
#' }
#'
#'
#' @references
#' US Centers for Disease Control and Prevention (CDC) and the US Food and Drug Administration (FDA) Vaccine Adverse Event Reporting System (VAERS) \url{https://vaers.hhs.gov/} and \url{https://vaers.hhs.gov/docs/VAERSDataUseGuide_October2017.pdf}.
#'
#'
#'
#' @docType data
#' @name vaersvax
#' @usage vaersvax
#' @examples
#' library("data.table")
#' vaersvax
NULL

Try the vaersvax package in your browser

Any scripts or data that you put into this service are public.

vaersvax documentation built on May 2, 2019, 2:46 p.m.