ROMDB (version 0.1.0)

get_omdb_item_actors: Get OMDB Item Actors

Description

This function returns a vector with the actors returned by the api (separated by commas).

Usage

get_omdb_item_actors(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 a vector with the actors of a movie/series.

Examples

Run this code
# NOT RUN {
get_omdb_item_actors(omdb_id = 'tt0120338')
# }

Run the code above in your browser using DataCamp Workspace