Refreshes a connection
rscontract_update(host = "", type = "", hint = "")Returns a NULL object. If using the RStudio IDE, it will attempt to refresh the connection identified by the `host` and `type` arguments
con <- rscontract_open(rscontract_spec())
rscontract_update(con)
rscontract_close(con)