This function creates a new subfolder inside a parent folder in a given repository using the repository
name path to parent folder ID, e.g., path
.
Usage
create_subfolder(
name,
path,
folder_id = NULL,
type = "Folder",
url = getOption("integral_url"),
...
)
Arguments
- name
A character string specifying the name of the subfolder to create in the remote Integral repository.
- path
A character string specifying the path to the parent folder in an Integral repository.
- folder_id
Optional character string representing the ID of the parent folder (UUID). This can be used as an alternative to
path
.- type
A character string specifying the type of subfolder to create. Defaults to
"Folder"
. Seeget_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.