collection_add: Create new collection

View source: R/collections.R

collection_addR Documentation

Create new collection

Description

Create new collection

Usage

collection_add(
  repositoryid = NULL,
  title = NULL,
  short_text = NULL,
  long_text = NULL,
  thumbnail = NULL,
  weight = 0,
  section = 0,
  ispublished = 0,
  api_key = NULL,
  api_base_url = NULL
)

Arguments

repositoryid

(Required) new collection ID

title

Title of the collection

short_text

Short description of the collection

long_text

Long description of the collection

thumbnail

Thumbnail file path

weight

Weight

section

Section

ispublished

Set collection status - 1 = Published, 0 = Unpublished


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