library(tidyverse)
library(countrycode)
library(knitr)
library(wbstats)
library(scales)
library(ggrepel)
library(ggflags)
library(ggbump)
library(conflicted)
options(dplyr.summarise.inform = FALSE)
conflict_prefer("filter", "dplyr")
conflict_prefer("lag", "dplyr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.