# NOT RUN {
## Both defaults
default_registries()
## Only the fist one (local registry)
default_registries()[1]
# }
# NOT RUN {
## Alter the defaults with env var.
Sys.setenv(CONTENTID_REGISTRIES = tempfile())
default_registries()
Sys.unsetenv("CONTENTID_REGISTRIES")
# }
Run the code above in your browser using DataLab