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/RtmpDwhs9g/file2183bfd935b"
#>
#> $staging
#> [1] "/tmp/RtmpDwhs9g/file218664e28db"
#>