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"), ...)

Arguments

rt_base_url

(character) The base URL that hosts RT for your organization. Set the base URL in your R session using Sys.getenv("RT_BASE_URL" = "https://server.name/rt/")

...

Other arguments passed to rt_do_login

Examples

if (FALSE) { Sys.setenv(RT_BASE_URL = "https://demo.bestpractical.com") rt_login_interactive() }