getcelldata: Get a dataframe with catch data for a given list of cells and...

Description Usage Arguments Value Examples

View source: R/spatial.R

Description

Get a dataframe with catch data for a given list of cells and year

Usage

1
getcelldata(year = 2010, cells, ...)

Arguments

year

(integer/numeric) year of data. Default: 2010

cells

(vector/list) list of cell IDs

...

curl options passed on to crul::HttpClient

Value

data frame with catch data for the requested cells and year

Examples

1
2
3
getcelldata(2004, cells = 89568)
getcelldata(2008, cells = c(89568, 89569))
getcelldata(2011, cells = c(89568, 90288, 89569))

seaaroundus documentation built on May 2, 2019, 8:20 a.m.