deleteTranscript: Delete a transcript from the corpus.

View source: R/deleteTranscript.R

deleteTranscriptR Documentation

Delete a transcript from the corpus.

Description

This function deletes the given transcript, and all associated files.

Usage

deleteTranscript(labbcat.url, id)

Arguments

labbcat.url

URL to the LaBB-CAT instance

id

The ID transcript to delete.

Details

For this function to work, the credentials used to connect to the server must have at least 'edit' access.

Value

The ID of the deleted transcript

Examples

## Not run: 
## define the LaBB-CAT URL
labbcat.url <- "https://labbcat.canterbury.ac.nz/demo/"

## delete a transcript from the server
deleteTranscript(labbcat.url, "my-transcript.eaf")

## End(Not run)

nzilbb.labbcat documentation built on July 26, 2023, 6:08 p.m.