Creates a blank draft reference on DataStore

create_draft_reference(draft_title = "Temp Title", ref_type, dev = TRUE)

Arguments

draft_title

String. The title for the reference.

ref_type

String. The reference type to create.

dev

Logical. Should the reference be created on the development server or the production server? Defaults to TRUE

Value

String. The DataStore reference number.

Examples

if (FALSE) { # \dontrun{
create_draft_reference(draft_title = "DRAFT TITLE",
                        ref_type = "AudioRecording")} # }