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/Rtmpk5zsYr/file2197142a3a8/test/simple/v1"