Returns a list of all projects and categories belonging to a category
sodar_category_list.Rd
This function returns a list of all projects and categories belonging to a given category.
Usage
sodar_category_list(
category_uuid,
config = NULL,
verbose = getOption("verbose", default = FALSE),
return_raw = FALSE
)
Arguments
- category_uuid
A character string containing the UUID of the category.
- config
A list containing the SODAR configuration. If NULL, it tries to get it from the global options.
- verbose
A logical value indicating whether to make verbose requests.
- return_raw
A logical value indicating whether to return the raw response.