Vault.retrieve {solvebio} | R Documentation |
Retrieves the metadata about a specific SolveBio vault.
Vault.retrieve(id, env = solvebio:::.solveEnv)
id |
String The ID of a SolveBio vault |
env |
(optional) Custom client environment. |
## Not run:
Vault.retrieve("1234567890")
## End(Not run)