rt_logout: Log out of RT

Description Usage Arguments Value Examples

View source: R/rt_logout.R

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

1

Arguments

...

Other arguments passed to rt_POST

Value

(rt_api) The parsed response from RT

Examples

1
2
3
4
5
6
7
8
## Not run: 
# First, log in
rt_login()

# Then logout
rt_logout()

## End(Not run)

NCEAS/rt documentation built on June 7, 2021, 11 a.m.