Skip to contents

Reports whether the server started by ghqc() is currently running and, if so, prints its URL.

Usage

ghqc_status()

Value

The stored server URL invisibly, or NULL invisibly if no server has been started this session.

Examples

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