find_county: Finds county of a latitude and longitude.

View source: R/geography.R

find_countyR Documentation

Finds county of a latitude and longitude.

Description

Finds the county (Vision of Britian G_NAME) of a location given by latitude and longitude.

Usage

find_county(
  lat,
  lon,
  county_shapes = durhamevp::county_shapes,
  col_to_return = "G_NAME"
)

Arguments

lat

the latitude to check.

lon

the longitude to check.

county_shapes

A Simple Feature dataframe of the counties


gidonc/durhamevp documentation built on April 8, 2022, 10:31 a.m.