knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) get_badge <- function (pkg, type = c("last-month", "last-week", "grand-total"), color = "green") { type <- match.arg(type) svg <- paste0("http://cranlogs.r-pkg.org/badges/", type, "/", pkg, "?color=", color) url <- paste0("https://cran.r-project.org/package=", pkg) placeholder <- "CRAN link" paste0("[](", url, ")") }
Last update: 2020-06-11
As companies and research institutions have began to develop covid 19 vaccines, their projects are being monitored in real time by a variety of observers. The covid19vaccines
package contains weekly updates of the WHO DRAFT landscape of COVID-19 candidate vaccines in a tidy format.
When you use data from this package, please refer to the WHO's respective landscape document and read the WHO's disclaimer.
You can install the beta version of covid19vaccines from GitHub with:
install.packages("devtools") devtools::install_github("markushlang/covid19vaccines") ```` ## Load the Data ```r library(covid19vaccines) data("covid19vaccines")
To look at the tibble that contains the data, do this:
covid19vaccines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.