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