View source: R/getScreeningSessionsList.R
getScreeningSessionsList | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.