rt (version 1.0.1)

rt_logout: Log out of RT

Description

Use this to log out of RT at the end of your session. Note: restarting your R session will also log you out.

Usage

rt_logout(...)

Arguments

...

Other arguments passed to rt_POST

Value

(rt_api) The parsed response from RT

Examples

Run this code
# NOT RUN {
# First, log in
rt_login()

# Then logout
rt_logout()
# }

Run the code above in your browser using DataCamp Workspace