Obtain the path to the directory containing a versioned asset in the registry.
versionPath(project, asset, version, ...)String containing the project name.
String containing the asset name.
String containing the version name.
Further arguments to pass to fetchDirectory.
String containing a path to a versioned asset in the registry.
info <- startGobbler()
versionPath("test", "simple", "v1", registry=info$registry, url=info$url)
#> [1] "/tmp/RtmpDwhs9g/file2186f95d82c/test/simple/v1"