Learn R Programming

tuber (version 0.9.9)

list_captions: Upload Video to Youtube

Description

Upload Video to Youtube

Usage

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

Arguments

video_id

ID of the YouTube video

query

Fields for `query` in `GET`

...

Additional arguments to send to tuber_GET and therefore GET

Value

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

Examples

Run this code
# NOT RUN {
video_id <- "M7FIvfx5J10"
list_captions(video_id)
# }

Run the code above in your browser using DataLab