updateTranscript: Update an existing transcript.

View source: R/updateTranscript.R

updateTranscriptR Documentation

Update an existing transcript.

Description

This function uploads a new version of an existing transcript.

Usage

updateTranscript(labbcat.url, transcript.path, no.progress = FALSE)

Arguments

labbcat.url

URL to the LaBB-CAT instance

transcript.path

The path to the transcript to upload.

no.progress

TRUE to supress visual progress bar. Otherwise, progress bar will be shown when interactive().

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 updated transcript in the corpus

Examples

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

## upload new verison of transcript transcript
updateTranscript(labbcat.url, "my-transcript.eaf")

## End(Not run)

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