rt_logout {rt} | R Documentation |
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_api) The parsed response from RT
## Not run:
# First, log in
rt_login()
# Then logout
rt_logout()
## End(Not run)