dataset_attach_collections: Set owner and linked collections for studies

View source: R/collections.R

dataset_attach_collectionsR Documentation

Set owner and linked collections for studies

Description

Set owner and linked collections for studies

Usage

dataset_attach_collections(
  study_idno,
  owner_collection = NULL,
  link_collections = list(),
  mode = "update",
  api_key = NULL,
  api_base_url = NULL
)

Arguments

study_idno

(Required) Study/dataset IDNo

owner_collection

(Optional) Owner Collection IDNo

link_collections

List of collections to add to a study/dataset

mode

(Required) Update or replace the linked collections. Values 'update' or 'replace'. Default is 'update'


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