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


getScreeningSessionsList(145)
getScreeningSessionsList(145, year = 2020)


[Package icesDatsu version 1.1.0 Index]