R/rt_logout.R
rt_logout.Rd
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(...)
Other arguments passed to rt_POST
rt_POST
(rt_api) The parsed response from RT
if (FALSE) { # First, log in rt_login() # Then logout rt_logout() }