add_geometry: Add shape files to your data

View source: R/add_geometry.R

add_geometryR 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

## Not run: 
my_data <- misuvi_load() |> add_geometry()

## End(Not run)


misuvi documentation built on April 4, 2025, 2:14 a.m.