search_all: This function returns the attributes of Movies and TV shows...

Description Usage Arguments Value Examples

View source: R/search_all.R

Description

This function returns the attributes of Movies and TV shows based on search word(s) by user.

Usage

1
search_all(search_text = "", type = "")

Arguments

search_text

search text i.e., word(s) to look for in the Title.

type

expected type of the result can be - movie, series, episode, game

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
search_all('Guardians')
search_all('Guardians Galaxy', type = 'movie')

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