getScreeningSessionsList {icesDatsu} | R Documentation |
get screening session list
Description
This API allows the user to screen a file using the API
Usage
getScreeningSessionsList(dataSetVerID, year = NULL, country = NULL)
Arguments
dataSetVerID |
the dataset version id |
year |
filter by year, optional |
country |
filter by country, optional |
Value
The details of the sessions
Examples
## Not run:
getScreeningSessionsList(145)
getScreeningSessionsList(145, year = 2020)
## End(Not run)
[Package icesDatsu version 1.2.0 Index]