getScreeningSessionsList {icesDatsu} | R Documentation |
This API allows the user to screen a file using the API
getScreeningSessionsList(dataSetVerID, year = NULL, country = NULL)
dataSetVerID |
the dataset version id |
year |
filter by year, optional |
country |
filter by country, optional |
The details of the sessions
## Not run:
getScreeningSessionsList(145)
getScreeningSessionsList(145, year = 2020)
## End(Not run)