powered by
Create request object for updating existing datasets.
dataset_update_request(description = NULL, summary = NULL, tags = NULL, license_string = NULL, visibility = NULL, files = NULL)
(optional) Dataset description.
(optional) Dataset summary (markdown supported).
(optional) List of dataset tags (letters, numbers and spaces).
(optional) Dataset license ("Public Domain", "PDDL", "CC-0", "CC-BY", "ODC-BY", "CC-BY-SA", "ODC-ODbL", "CC BY-NC-SA" or Other).
(optional) Dataset visibility ("PRIVATE" or "OPEN").
(optional) List of file_create_or_update_request objects.
file_create_or_update_request
Request object of type dataset_update_request.
dataset_update_request
update_dataset, add_file
update_dataset
add_file
# NOT RUN { request <- dwapi::dataset_update_request(description = 'description', summary = 'summary', tags = list('sdk'), license_string = 'Public Domain') # }
Run the code above in your browser using DataLab