Nothing
#' get screening session messages
#'
#' A list of the messages for the specified session ID
#'
#' @param sessionID the session ID
#'
#' @return List of the messages for the specified session
#'
#' @examples
#' \dontrun{
#' messages <- getScreeningSessionMessages(10)
#' }
#' @export
getScreeningSessionMessages <- function(sessionID) {
url <- datsu_api(
paste0("getScreeningSessionMessages/", sessionID)
)
out <- datsu_get(url)
out
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.