powered by
Base object type
vault_client_object$new()
vault_client_object$format()
vault_client_object$help()
new()
Construct an object
vault_client_object$new(description)
description
Description for the object, will be printed
format()
Format method, overriding the R6 default
vault_client_object$format(brief = FALSE)
brief
Logical, indicating if this is the full format or a brief (one line) format.
help()
Display help for this object
Base object used by vaultr for all objects
server <- vaultr::vault_test_server(if_disabled = message) if (!is.null(server)) { client <- vaultr::vault_client(addr = server$addr) client$operator$format() client$operator$format(TRUE) }
Run the code above in your browser using DataLab