rt (version 1.0.1)

rt_login_interactive: Log in to RT interactively

Description

Wrapper for rt_login to interactively log into RT at the start of your session. Keeps your log-in information private.

Usage

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

Run this code
# NOT RUN {
Sys.setenv(RT_BASE_URL = "https://demo.bestpractical.com")
rt_login_interactive()
# }

Run the code above in your browser using DataLab