This function creates a new root folder in a given repository.
Usage
create_root_folder(name, type, url = getOption("integral_url"), ...)
Arguments
- name
A character string specifying the name of the root folder to create in the remote Integral repository.
- type
A character string specifying the type of root folder to create. See
get_folder_types
for available folder types configured with your Integral account.- url
A character string representing the base URL of the Integral repository. Defaults to
getOption("integral_url")
.- ...
Additional arguments to include in the body of the request.