R/get_screening_details.R

Defines functions get_screening_details

Documented in get_screening_details

#' Get the details of a file screening session
#'
#' Download a list of information on a file upload screening session.
#'
#' @param sessionId file screening session ID
#'
#' @return a list
#' 
#' @examples
#' \donttest{
#' screening_info <- get_screening_details(530)
#' }
#' @export
get_screening_details <- function(sessionId) {
  vms_get(
    glue("https://data.ices.dk/vms/webapi/getScreeningDetails/{sessionId}")
  )
}

Try the icesVMS package in your browser

Any scripts or data that you put into this service are public.

icesVMS documentation built on March 31, 2023, 5:49 p.m.