create_project {zoltr} | R Documentation |
Create a project
Description
Creates the project using the passed project configuration list. Fails if a project with the passed name already exists.
Usage
create_project(zoltar_connection, project_config)
Arguments
zoltar_connection |
A |
project_config |
A |
Value
project_url of the newly-created project
Examples
## Not run:
new_project_url <- create_project(conn, jsonlite::read_json("cdc-project.json"))
## End(Not run)
[Package zoltr version 1.0.1 Index]