Learn R Programming

zoltr (version 1.0.2)

create_project: 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)

Value

project_url of the newly-created project

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/.

Examples

Run this code
if (FALSE) {
  new_project_url <- create_project(conn, jsonlite::read_json("cdc-project.json"))
}

Run the code above in your browser using DataLab