get_top10_recommendations: This function returns the attributes of Top 10 most popular...

Description Usage Arguments Value Examples

View source: R/get_top10_recommendations.R

Description

This function returns the attributes of Top 10 most popular movies and TV shows by Genre.

Usage

1
get_top10_recommendations(genre = "adventure")

Arguments

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.

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

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