editor_create: Create new project

View source: R/editor_project.R

editor_createR Documentation

Create new project

Description

Create a new project

Usage

editor_create(
  type,
  metadata,
  idno = NULL,
  thumbnail = NULL,
  api_key = NULL,
  api_base_url = NULL
)

Arguments

type

(required) Type of project - survey, geospatial, table, document, timeseries

metadata

(required) Metadata list depending on the type of study

idno

(required) Project unique IDNO

api_key

API key (optional if API key is set using set_api_key)

api_base_url

API base endpoint (optional if API base endpoint is set using set_api_url)


mah0001/nadar documentation built on March 30, 2024, 2:44 a.m.