## code to prepare `geodata_sf` dataset goes here
load(file.path('data-raw', "geodata_sf.rda"))
#usethis::use_data(geodata_nuts0,
# geodata_nuts1,
# geodata_nuts2,
# geodata_nuts3, overwrite=TRUE)
usethis::use_data( geodata_nuts0, overwrite=TRUE, internal=FALSE )
usethis::use_data( geodata_nuts1, overwrite=TRUE, internal=FALSE )
usethis::use_data( geodata_nuts2, overwrite=TRUE, internal=FALSE )
usethis::use_data( geodata_nuts3, overwrite=TRUE, internal=FALSE )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.