list_captions: Upload Video to Youtube

Description Usage Arguments Value Examples

View source: R/list_captions.R

Description

Upload Video to Youtube

Usage

1
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

1
2
3
4
5
## Not run: 
video_id <- "M7FIvfx5J10"
list_captions(video_id)

## End(Not run)

tuber documentation built on July 8, 2020, 5:49 p.m.