Description Usage Arguments Value See Also Examples
Used to retrieve data about a list of movies using MOJO database
1 | fetchMoviesList(titles, moviesDB)
|
titles |
a character vector of any length |
moviesDB |
a list of length 2, the first element containing movies names and the second associated URLs. |
a movieMetricsList object
a movieMetricsList object
fetchMovie() fetchMoviesList()
1 2 3 | moviesDB <- availableTitles(n.pages = 20, verbose = TRUE)
starwarsmovies <- searchTitle('star wars', moviesDB, return.list = TRUE)
starwarsmovies <- fetchMoviesList(starwarsmovies, moviesDB)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.