media_delete {act} | R Documentation |
Delete media files links from transcript objects
Description
Delete media files links from transcript objects
Usage
media_delete(x, transcriptNames = NULL)
Arguments
x |
Corpus object. |
transcriptNames |
Vector of character strings; Names of the transcripts for which you want to search media files; leave empty if you want to search media for all transcripts in the corpus object. |
Value
Corpus object.
See Also
media_assign, media_getPathToExistingFile
Examples
library(act)
examplecorpus <- act::media_delete(examplecorpus)
[Package act version 1.3.1 Index]