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

rt_logout(...)

Arguments

...

Other arguments passed to rt_POST

Value

(rt_api) The parsed response from RT

Examples

if (FALSE) { # First, log in rt_login() # Then logout rt_logout() }