Description Usage Arguments Value Examples
View source: R/get_top10_recommendations.R
This function returns the attributes of Top 10 most popular movies and TV shows by Genre.
1 | get_top10_recommendations(genre = "adventure")
|
genre |
Genre of recommendations can be - action, adventure, comedy, romance, drama, scifi, horror, animation Default genre is adventure when there is no input from user. |
A dataframe that contains the list of search results. Dataframe contains Title, Type, Year, Genre, Runtime (in minutes), Actors, Director, Awards, and IMDB Rating.
1 2 | get_top10_recommendations()
get_top10_recommendations(genre = 'drama')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.