Skip to contents

Opens a browser tab pointing to a ghqc server that is already running in the background. This is useful after accidentally closing the browser tab without stopping the server. If no server is running, a message is printed instead.

Usage

ghqc_reconnect()

Value

The stored server URL invisibly, or NULL invisibly if no server is running.

Examples

if (FALSE) { # \dontrun{
ghqc()
ghqc_reconnect()
} # }