deleteMedia | R Documentation |
This function deletes the given media file associated with the given transcript.
deleteMedia(labbcat.url, id, file.name)
labbcat.url |
URL to the LaBB-CAT instance |
id |
The ID transcript whose media will be deleted. |
file.name |
The media file name, e.g. media.file$name |
For this function to work, the credentials used to connect to the server must have at least 'edit' access.
getAvailableMedia
saveMedia
## Not run:
## delete the mp3 file of a transcript from the server
deleteMedia(labbcat.url, "my-transcript.eaf", "my-transcript.mp3")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.