Get information about the Gobbler service, namely the locations of the staging directory and registry.
serviceInfo(url)
List containing the location of the staging and registry directories.
info <- startGobbler()
serviceInfo(info$url)
#> $registry
#> [1] "/tmp/RtmprVVRFc/file51540efee88"
#>
#> $staging
#> [1] "/tmp/RtmprVVRFc/file51560aac657"
#>