add_geometry {misuvi} | R Documentation |
Add shape files to your data
Description
This function queries shape files from the tigris package. This function returns an sf object.
Usage
add_geometry(x)
Arguments
x |
a data frame for which you want to add shape files to. Must be one of the MI-SUVI data sets. |
Value
an sf data.frame of MI-SUVI data.
Examples
my_data <- misuvi_load() |> add_geometry()
[Package misuvi version 0.1.0 Index]