Learn R Programming

tuber (version 1.0.1)

list_captions: Upload Video to Youtube

Description

Upload Video to Youtube

Usage

list_captions(video_id, query = NULL, ...)

Value

A list of the response object from the GET and content about captions

Arguments

video_id

ID of the YouTube video

query

Fields for `query` in `GET`

...

Additional arguments to send to tuber_GET and therefore GET

Examples

Run this code
if (FALSE) {
video_id <- "M7FIvfx5J10"
list_captions(video_id)
}

Run the code above in your browser using DataLab