Skip to contents

Loads the rr_list_gbd.xlsx file containing pathogen-drug combinations with relative risk values for burden estimation.

Usage

daly_load_rr_reference()

Value

Data frame with Pathogen, Drug, and RR columns

Examples

if (FALSE) { # \dontrun{
rr_data <- daly_load_rr_reference()
head(rr_data)
} # }