rt (version 1.0.1)

rt_queue_properties: Get the properties of a queue

Description

Get the properties of a queue

Usage

rt_queue_properties(queue, ...)

Arguments

queue

(character) The queue

...

Other arguments passed to rt_GET

Value

(list) A list of queue properties

Examples

Run this code
# NOT RUN {
# By default, RT installations come with a General queue
# We can get its properties like this
rt_queue_properties("General")
# }

Run the code above in your browser using DataLab