You can test the app before preparing any kind of deployment (e.g.: set up a database), visit the docs if you want to deploy it.
library(coronavirus)
virus <- crawl_coronavirus()
run_app(virus)
You can view the dashboard online or download the package to run it locally or deploy it.
# install.packages("remotes")
remotes::install_github("JohnCoene/coronavirus")
Please note that this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.