Because functions give outputs as plots, unit testing would not work; manually testing each function instead.
?query3
query3()
query3(plot_type = "static", fill = "new_deaths")
query3(plot_type = "static", fill = "new_vaccinations")
query3(plot_type = "static", fill = "new_cases", log_scale = TRUE)
query3(plot_type = "static", fill = "new_deaths", log_scale = TRUE)
query3(plot_type = "static", fill = "new_vaccinations", log_scale = TRUE)
query3(projection = "globular")
query3(plot_type = "static", fill = "new_vaccinations", log_scale = TRUE, projection = "gilbert")
query3(plot_type = "dynamic")
query3(plot_type = "dynamic", fill = "new_deaths", log_scale = TRUE)
query3(plot_type = "dynamic", fill = "new_vaccinations", log_scale = TRUE, projection = "gilbert")
query3(palette = "Purples")
query3(plot_type = "dynamic", palette = "PuBuGn", log_scale = T)
query3(plot_type = "3")
query3(fill = "null")
query3(log_scale = 0)
query3(projection = "new")
query3(palette = "vintage")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.