## code to prepare `terms_mix_brasil` dataset goes here
terms_mix_brasil <- terms_mix_monsanto_brasil %>%
bind_rows(terms_mix_bayer_brasil) %>%
mutate(country = "Brazil")
usethis::use_data(terms_mix_brasil, overwrite = TRUE, compress = "xz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.