powered by
Create request object to update existing projects.
project_update_request(title = NULL, visibility = NULL, objective = NULL, summary = NULL, tags = NULL, license = NULL, files = NULL, linked_datasets = NULL)
Project title.
Project visibility, must be PRIVATE or OPEN.
(optional) Short project objective.
(optional) Long-form project summary (Markdown supported).
Character vector of project tags (letters, numbers and spaces).
Dataset license ("Public Domain", "PDDL", "CC-0", "CC-BY", "ODC-BY", "CC-BY-SA", "ODC-ODbL", "CC BY-NC-SA" or Other).
(optional) List of file_create_request objects.
file_create_request
List of linked_dataset_create_or_update_request objects.
linked_dataset_create_or_update_request
Request object of type project_update_request.
project_update_request
update_project
# NOT RUN { request <- dwapi::project_update_request(title='My Project', visibility = 'OPEN', objective = 'objective', tags = c('sdk') , license = 'Public Domain') # }
Run the code above in your browser using DataLab