getAllLocations: Get All locations of NOAA Weather Stations

Description Usage Arguments Value Author(s) Examples

View source: R/getLocations.R

Description

get all locations information using API call

Usage

1

Arguments

online

if TRUE location data is pulled from the API, if FALSE, data is pulled from offiline database

state

filter the final output based on the state code specified, deafault to all US states

Value

Dataframe with Location ID, Location name and State

Author(s)

Vikramjeet Singh (vjs)

Examples

1
locations <- getAllLocations (online=FALSE,state="CA")

NOAAWeather documentation built on March 21, 2018, 5:08 p.m.