county: Get county information from the Spitcast API

Description Usage Arguments Examples

View source: R/county.R

Description

Get county information from the Spitcast API

Usage

1
county(item = "swell", county_name = NULL)

Arguments

item

The name of the specific county data item as a string. Must be one of must be one of 'spots', 'swell', 'tide', 'water-temperature', or 'wind'. Required. Default is 'swell'.

county_name

The county name to query, as a string. Required.

Examples

1
2
county(item = "spots", county_name = "Orange County")
county(item = "swell", county_name = "Los Angeles")

sboysel/spitcastr documentation built on May 29, 2019, 3:25 p.m.