fetch_locations: Retrieve an online listing of stations

View source: R/misc.R

fetch_locationsR Documentation

Retrieve an online listing of stations

Description

Retrieve an online listing of stations

Usage

fetch_locations(
  uri = "https://flaterco.com/xtide/locations.html",
  decimal = TRUE,
  pattern = NA,
  ...
)

Arguments

uri

character, url of the online locations listing

decimal

logical, if TRUE convert Latitude and Longtitude to decimal

pattern

character, a pattern to match in station name - possibly a regular expression or a fixed pattern. Passed to base::grepl()

...

further arguments for base::grepl() such as fixed

Value

table of site locations


BigelowLab/maree documentation built on April 23, 2023, 4:19 p.m.