rt_login_interactive {rt} | R Documentation |
Wrapper for rt_login
to interactively log into RT at the start
of your session. Keeps your log-in information private.
rt_login_interactive(rt_base_url = Sys.getenv("RT_BASE"), ...)
rt_base_url |
(character) The base URL that hosts RT for your
organization. Set the base URL in your R session using
|
... |
Other arguments passed to |
## Not run:
Sys.setenv(RT_BASE_URL = "https://demo.bestpractical.com")
rt_login_interactive()
## End(Not run)