read_plot: This function returns the plot of Movies and TV shows based...

Description Usage Arguments Value Examples

View source: R/read_plot.R

Description

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

Usage

1
read_plot(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, and Plot.

Examples

1
2
read_plot('Guardians')
read_plot('Guardians Galaxy', type = 'movie')

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