getMessageIds {jrc} | R Documentation |
Get IDs of all stored messages
Description
Returns IDs of all currently stored messages.
Usage
getMessageIds(sessionId = NULL, simplify = TRUE)
Arguments
sessionId |
ID of the session for which to return message IDs. Can also be a vector of multiple session IDs.
If |
simplify |
If |
Details
For security reasons, most of the messages that are received
from web pages require manual authorization in the R session with authorize
function. Until that happens,
messages are given randomly generated IDs and are stored in memory.
This function is a wrapper around method getMessageIds
of class Session
.
Value
Either a named list or a vector with message IDs.