copepod_url: Retrieve a NMFS url, possible to a downloadable dataset.

View source: R/fetch.R

copepod_urlR Documentation

Retrieve a NMFS url, possible to a downloadable dataset.

Description

Retrieve a NMFS url, possible to a downloadable dataset.

Usage

copepod_url(
  ...,
  copepid = c(NA, "us-04201")[1],
  base_url = "https://www.st.nmfs.noaa.gov/copepod/data"
)

Arguments

...

file path segments for use with file.path

copepid

NA or char, if not NA then assumed to be a dataset copepid like 'us-04210' or the like. If not NA then ... arguments are ignored.

base_url

char, the root path to NMFS datasets

Value

charcater URL


BigelowLab/copepoda documentation built on March 29, 2022, 10:07 p.m.