Learn R Programming

zoltr (version 0.5.1)

delete_project: Delete a project

Description

Deletes the project with the passed URL. This is permanent and cannot be undone.

Usage

delete_project(zoltar_connection, project_url)

Value

None

Arguments

zoltar_connection

A `ZoltarConnection` object as returned by new_connection

project_url

URL of a project in zoltar_connection's projects

Examples

Run this code
if (FALSE) {
  delete_project(conn, "https://www.zoltardata.com/project/9/")
}

Run the code above in your browser using DataLab