surprise_me: This function provides surprise recommendations of movies and...

Description Usage Arguments Value Examples

View source: R/surprise_me.R

Description

This function provides surprise recommendations of movies and TV shows to the user.

Usage

1
surprise_me(genre = "all")

Arguments

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.

Value

A dataframe that contains the list of search results. Dataframe contains Title, Type, Year, Genre, Runtime (in minutes), Actors, Director, Awards, and IMDB Rating.

Examples

1
2
surprise_me()
surprise_me(genre = 'adventure')

naveen-chalasani/R.vengers documentation built on March 3, 2021, 3:34 p.m.