get_da_to_ons: Single-Link Indicator from Dissemination Areas (DAs) to ONS...

View source: R/get_pts_neighbourhood.R

get_da_to_onsR Documentation

Single-Link Indicator from Dissemination Areas (DAs) to ONS Neighbourhoods

Description

Census data is often available at the DA level, whereas ONS analyses generally take place at the neighbourhood level. This function returns an SLI that maps each DA in Ottawa to the single ONS neighbourhood it overlaps the most. The SLI was generated with a simple spatial join from StatsCan's official DA shapefile and the ONS neighbourhood boundaries, using the function sf::st_join(largest = TRUE).

See also onsr::get_db_to_ons(), which maps dissemination blocks to ONS neighbourhoods.

Usage

get_da_to_ons()

Value

A tibble matching each Ottawa DA to one ONS neighbourhood.


Ottawa-Neighbourhood-Study/onsr documentation built on June 19, 2022, 11:46 a.m.