Reconnect after calling goodbye

reconnect(connection, password)

Arguments

connection

and Rsch_connection object

password

the password associated with the account in the Rsch_connection object

Value

an Rsch_connection object @examples connection <- get_connection(host = "cuckoo.lbnl.gov", user = "cliff", password = "TopSecret") execute(connection,"grep \"nuclear\" /*") results <- printout(connection) goodbye(connection) connection <- reconnect(connection, "TopSecret") execute(connection,"grep \"SDI\" /*")