find_nearest_station: Find nearest station

Description Usage Arguments Value

View source: R/find_nearest_station.R

Description

Find the nearest station given a string named location

Usage

1
2
find_nearest_station(location = NULL, lon = NULL, lat = NULL,
  n = 1)

Arguments

n

The number of stations to return, in order of distance

Value

A character vector of length 1


databrew/gsod documentation built on May 20, 2019, 8:48 a.m.