Learn R Programming

act (version 1.3.1)

media_delete: Delete media files links from transcript objects

Description

Delete media files links from transcript objects

Usage

media_delete(x, transcriptNames = NULL)

Value

Corpus object.

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.

See Also

media_assign, media_getPathToExistingFile

Examples

Run this code
library(act)

examplecorpus <- act::media_delete(examplecorpus)

Run the code above in your browser using DataLab