Join NDS data with neighborhood data
nds_join_neigh.Rd
This function joins NDS data with neighborhood data, ensuring the correct spatial reference and geometry types.
Arguments
- ndsbr_data
An
sf
object representing NDS data. This object should have aPOINT
geometry type.- neigh_data
An
sf
object representing neighborhood data. This object should have aPOLYGON
geometry type.- vars
A character vector of variables to join from the neighborhood data. Default is
"NOME"
.