Once authenticated, all subsequent requests to the AQTS server will reuse the authenticated session
Arguments
- hostname
A server name or IP address
- username
The AQTS credentials username
- password
The AQTS credentials password
Examples
if (FALSE) {
connect("localhost", "admin", "admin") # When running R on your AQTS app server
connect("myserver", "me", "mypassword") # Connect over the network
connect("https://myserver", "user", "letmein") # Connect to an AQTS server with HTTPS enabled
}