pull_movie_titles: Pull information from TMDB API

Description Usage Arguments Value

View source: R/tmdb_api_movies.R

Description

Send an API request to tmdb based on movie genre and min and max release dates

Usage

1
2
pull_movie_titles(api_key, genres, min_date, max_date,
  movie_request_lim = 100)

Arguments

api_key

Api key requested from the website

genres

genres of interest can include: 'Action', 'Adventure', 'Animation', 'Comedy', 'Crime','Documentary', 'Drama', 'Family', 'Fantasy', 'History', 'Horror', 'Music', 'Mystery', 'Romance', 'Science Fiction', 'TV Movie', 'Thriller', 'War', 'Western'

min_date

Min release date in the format 'yyyy-mm-dd'

max_date

Max release date in the format 'yyyy-mm-dd'

movie_request_lim

Limit on the number of movies to pull

Value

A data frame containing movie titles along with movie attributes


wjburton/Movie_Network documentation built on May 4, 2019, 7:33 a.m.