seaaroundus (version 1.2.0)

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

Description

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

Usage

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

Run this code
# NOT RUN {
getcelldata(2004, cells = 89568)
getcelldata(2008, cells = c(89568, 89569))
getcelldata(2011, cells = c(89568, 90288, 89569))
# }

Run the code above in your browser using DataCamp Workspace