updateTranscript.Rd
This function uploads a new version of an existing transcript.
updateTranscript(labbcat.url, transcript.path, no.progress = FALSE)
URL to the LaBB-CAT instance
The path to the transcript to upload.
TRUE to supress visual progress bar. Otherwise, progress bar will be shown when interactive().
The ID of the updated transcript in the corpus
For this function to work, the credentials used to connect to the server must have at least 'edit' access.
if (FALSE) {
## upload new verison of transcript transcript
updateTranscript(labbcat.url, "my-transcript.eaf")
}