powered by
This function returns a vector with the directors returned by the api (separated by commas).
get_omdb_item_directors(omdb_id, API_KEY = Sys.getenv("API_KEY"))
String with the omdb_id for a movie/series.
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
Return a vector with the directors of a movie/series.
# NOT RUN { get_omdb_item_directors(omdb_id = 'tt0120338') # }
Run the code above in your browser using DataLab