Description Usage Arguments Value Examples
Clean up caption data, by removing:
inline tags and annotations
timing indicators for phrases
initial header information
styling instructions
content start tag
extra newlines
and, optionally remove non-spoken content annotation is in square brackets or parenthesis
https://developers.google.com/youtube/v3/docs/captions/list
1 | cleanCaptionData(captionData, removeNonSpokenAnnotations = TRUE)
|
captionData |
Caption data from prior call to getCaptionData |
removeNonSpokenAnnotations |
Remove non-spoken annotations (default TRUE) |
Returns a data.frame
of results
1 2 3 4 | ## Not run:
cleanData = cleanCaptionData(captionData)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.