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/RtmpQ3n0nC/file1d15a313f52"
#>
#> $staging
#> [1] "/tmp/RtmpQ3n0nC/file1d15b6f570c"
#>