get_omdb_item_poster: Get OMDB Item Poster

Description Usage Arguments Value Author(s) Examples

View source: R/get_omdb_item_poster.R

Description

This function searches Item Poster.

Usage

1
get_omdb_item_poster(omdb_id, API_KEY = Sys.getenv("API_KEY"))

Arguments

omdb_id

String with the omdb_id for a movie/series.

API_KEY

OMBD Api Key. Default: Get the Api Key from system environment. Use Sys.setenv('API_KEY' = 'XXXXX'). More information in: http://www.omdbapi.com/apikey.aspx

Value

Return an image with the movie/series poster.

Author(s)

Alberto Almuiña

Examples

1
2
3
4
## Not run: 
get_omdb_item_poster(omdb_id = 'tt0120338')

## End(Not run)

ROMDB documentation built on March 26, 2020, 6:27 p.m.