Vault.folders | R Documentation |
Retrieves all folders in a specific vault.
Vault.folders(id, env = .solveEnv, ...)
id |
The ID of the vault. |
env |
(optional) Custom client environment. |
... |
(optional) Additional query parameters (e.g. limit, offset). |
## Not run:
vault = Vault.get_personal_vault()
Vault.folders(vault$id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.