Description Usage Arguments Value Examples
Get information on a list of videos
https://developers.google.com/youtube/v3/docs/videos/list
1 | getVideoInfo(token, videos)
|
token |
Access token |
videos |
List of videos |
Returns a data.frame
of results
1 2 3 4 | ## Not run:
videoInfo <- getVideoInfo(token, videos$video)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.