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