Rdocumentation
powered by
Learn R Programming
imdbapi (version 0.1.0)
Get Movie, Television Data from the 'imdb' Database
Description
Provides API access to the
which maintains metadata about movies, games and television shows through a public API.
Copy Link
Link to current version
Version
Version
0.1.0
Install
install.packages('imdbapi')
Monthly Downloads
153
Version
0.1.0
License
GPL-3
Maintainer
Yuan Li
Last Published
April 24th, 2018
Functions in imdbapi (0.1.0)
Search all functions
get_directors
Get directors from an omdb object as a vector
get_writers
Get writers from an omdb object as a vector
get_countries
Get countries from an omdb object as a vector
omdb_api_key
Get or set OMDB_API_KEY value
search_by_title
Lightweight omdb title search
find_by_id
Retrieve OMDB info by IMDB ID search
get_genres
Get genres from an omdb object as a vector
find_by_title
Retrieve OMDB info by title search
get_actors
Get actors from an omdb object as a vector