fetch_copepod: Fecth COPEPD data from NMFS

View source: R/fetch.R

fetch_copepodR Documentation

Fecth COPEPD data from NMFS

Description

Fecth COPEPD data from NMFS

Usage

fetch_copepod(
  copepid = "us-04201",
  dest = get_data_path(),
  decompress = TRUE,
  cleanup = decompress
)

Arguments

copepid

character, the copepid of the data set ala "us-04201"

dest

character, the path to save the data to

decompress

logical, if TRUE unpack the downloaded zip file

cleanup

logical, if TRUE remove the downloaded zip file. Ignored unless decompress is TRUE

Value

the result of download.file


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