This function facilitates the uploading of one or more files to an existing savepoint enabled folder in a remote Integral repository.
Usage
update_savepoint(
name,
file,
path,
dependencies = NULL,
values,
reason = NULL,
url = getOption("integral_url")
)
Arguments
- name
A character string specifying the name of an existing savepoint enabled folder in the remote Integral repository.
- file
A character or character vector specifying the local file paths to be uploaded in the savepoint enabled folder.
- path
A character string specifying the destination path of an existing savepoint enabled container in the Integral repository. The savepoint folder
name
will become a subfolder inpath
.- dependencies
A character or character vector specifying the path(s) of the savepoint dependency files in the remote Integral repository.
- values
A named character vector of configured metadata values associated with the savepoint folder type. See
get_folder_type_values
.- reason
Optional character string describing the reason for updating the savepoint.
- url
A character string representing the base URL of the Integral repository. Defaults to
getOption("integral_url")
.