create_project: Create a project

Description Usage Arguments Value Examples

View source: R/project.R

Description

Creates the project using the passed project configuration list. Fails if a project with the passed name already exists.

Usage

1
create_project(zoltar_connection, project_config)

Arguments

zoltar_connection

A 'ZoltarConnection' object as returned by new_connection

project_config

A 'list' containing a Zoltar project configuration. note that this list validated by the server and not here. An example: cdc-project.json Full documentation at https://docs.zoltardata.com/.

Value

project_url of the newly-created project

Examples

1
2
3
4
## Not run: 
  new_project_url <- create_project(conn, jsonlite::read_json("cdc-project.json"))

## End(Not run)

zoltr documentation built on April 17, 2020, 1:15 a.m.