if (FALSE) {
# Search for recent shorts about cats
short_videos <- search_short_videos("cats", max_results = 25, order = "date")
# Search for popular short-duration videos in a specific region
short_videos_us <- search_short_videos(
"music",
region_code = "US",
order = "viewCount"
)
}
Run the code above in your browser using DataLab