Description Usage Arguments Value Examples
This function draw location map.
1 | geo_map_1(country, df_2019, df_2020)
|
country |
name of country |
df_2019 |
Data frame for 2019 |
df_2020 |
Data frame for 2020 |
country |
"spain", "uk", "netherlands", "serbia and montenegro", "croatia", "france", "switzerland", "denmark" ... |
1 2 3 4 | ##### Example ####
tweets_map("spain", # Country
df_2019, # Data frame for 2019
df_2020) # Data frame for 2020
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.