Description Usage Arguments Value References Examples
List (Most Popular) Videos
1 2 3 4 5 6 7 8 9 |
part |
Required. Comma separated string including one or more of the following: |
max_results |
Maximum number of items that should be returned. Integer. Optional. Can be between 0 and 50. Default is 50. |
page_token |
specific page in the result set that should be returned, optional |
hl |
Language used for text values. Optional. Default is |
region_code |
Character. Required. Has to be a ISO 3166-1 alpha-2 code (see https://www.iso.org/obp/ui/#search). |
video_category_id |
the video category for which the chart should be retrieved. See also |
... |
Additional arguments passed to |
data.frame with 5 columns: channelId, title, assignable, etag, id
https://developers.google.com/youtube/v3/docs/search/list
1 2 3 4 5 6 7 | ## Not run:
# Set API token via yt_oauth() first
list_videos()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.