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/Rtmpk5zsYr/file21928641d8f"
#>
#> $staging
#> [1] "/tmp/Rtmpk5zsYr/file2191962a99d"
#>