Closes the remote connection
goodbye(connection)
| connection | 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) |
|---|