get_poster: This function returns a link to the poster of Movies and TV...

Description Usage Arguments Value Examples

View source: R/get_poster.R

Description

This function returns a link to the poster of Movies and TV shows based on search word(s) by user.

Usage

1
get_poster(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 Poster (link).

Examples

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

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