This function does the same thing as addServer()
so has been removed.
addConnectServer(url, name = NULL, certificate = NULL, quiet = FALSE)
URL for the server. Can be a bare hostname like
connect.mycompany.com
or a url like http://posit.mycompany.com/connect
.
Server name. If omitted, the server hostname is used.
Optional. Either a path to certificate file or a character vector containing the certificate's contents.
Suppress output and prompts where possible.