powered by
Create request object for new projects.
project_create_request(title, visibility = c("PRIVATE", "OPEN"), objective = NULL, summary = NULL, tags = character(), license = NULL, files = list(), linked_datasets = list())
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_create_request.
project_create_request
create_project
# NOT RUN { request <- dwapi::project_create_request(title='My Project', visibility = 'OPEN', objective = 'objective', tags = c('sdk') , license = 'Public Domain') # }
Run the code above in your browser using DataLab