add_geometry | R Documentation |
This function queries shape files from the tigris package. This function returns an sf object.
add_geometry(x)
x |
a data frame for which you want to add shape files to. Must be one of the MI-SUVI data sets. |
an sf data.frame of MI-SUVI data.
## Not run:
my_data <- misuvi_load() |> add_geometry()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.