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
4
5
6
## Not run: 
getcelldata(2004, cells = 89568)
getcelldata(2008, cells = c(89568, 89569))
getcelldata(2011, cells = c(89568, 90288, 89569))

## End(Not run)

ropensci/rseaaroundus documentation built on March 3, 2020, 6:42 p.m.