Description Usage Arguments Value Examples
View source: R/list_captions.R
Upload Video to Youtube
1 | list_captions(video_id, query = NULL, ...)
|
video_id |
ID of the YouTube video |
query |
Fields for 'query' in 'GET' |
... |
Additional arguments to send to |
A list of the response object from the GET
and content
about captions
1 2 3 4 5 | ## Not run:
video_id <- "M7FIvfx5J10"
list_captions(video_id)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.