Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 715 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 715 Bytes

IIDDA API R Package

iidda.api status badge R-CMD-check

iidda.api

The iidda.api package is used to get data from the International Infectious Disease Data Archive (IIDDA), and can be installed with the following R command.

install.packages("iidda.api"
  , repos = c(
      "https://canmod.r-universe.dev"
    , "https://cran.r-project.org"
  )
)