Vault.folders: Vault.folders

View source: R/vault.R

Vault.foldersR Documentation

Vault.folders

Description

Retrieves all folders in a specific vault.

Usage

Vault.folders(id, env = solvebio:::.solveEnv, ...)

Arguments

id

The ID of the vault.

env

(optional) Custom client environment.

...

(optional) Additional query parameters (e.g. limit, offset).

References

https://docs.solvebio.com/

Examples

## Not run: 
vault = Vault.get_personal_vault()
Vault.folders(vault$id)

## End(Not run)


solvebio documentation built on May 17, 2022, 5:06 p.m.