updateFragment.Rd
This function uploads a file (e.g. Praat TextGrid) representing a fragment of a transcript, with annotations or alignments to update in LaBB-CAT's version of the transcript.
updateFragment(labbcat.url, fragment.path)
URL to the LaBB-CAT instance
The path to the fragment to upload.
A named list with information about the fragment that was updated.
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
updateFragment(labbcat.url, "my-transcript__1.234-5.678.TextGrid")
}