Description Usage Arguments Value Examples
This function provides surprise recommendations of movies and TV shows to the user.
1 | surprise_me(genre = "all")
|
genre |
Genre of recommendations can be - action, adventure, comedy, romance, drama, scifi, horror, animation When there is no input genre from user, a random recommendation from each of the genres is given. |
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 | surprise_me()
surprise_me(genre = 'adventure')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.