Skip to content

Latest commit

 

History

History

iidda.api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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"
  )
)