getScreeningSessionsList: get screening session list

View source: R/getScreeningSessionsList.R

getScreeningSessionsListR 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)

icesDatsu documentation built on Oct. 25, 2024, 1:06 a.m.