List contents of a folder, if no folder is specified the contents of the root folder will be listed.
folder_tree(
folder_id = NULL,
...,
max_results = Inf,
simplify = T,
api_key = get_api_key()
)A tibble with the folder content as rows.
Unique identifier of the folder, if NULL will return contents of the Workspace Home folder
query parameters as documented in https://community.researchspace.com/public/apiDocs [GET /folders/tree]. Can be used to order/filter the results.
Maximum number of results to return.
Whether to simplify the returned tibble by converting/removing columns
RSpace API key