Imdb: Obtain movie data from IMDB website(www.imdb.com)

Description Usage Arguments Value Author(s) Examples

View source: R/Imdb.R

Description

With this function, users can obtain the real-time movie data from IMDB. The type of data returned depends on the value of argument 'type'.

Usage

1
Imdb(type = "top")

Arguments

type

The type of movie data. Available options includes "pop" and "top" for the data of top 100 most popular movies and data of 250 top rated movies respectively.

Value

A dataframe including the movies'names,release time as well as their rating_scores (if type="top",the dataframe would also include the total number of people who rated).

Author(s)

Rongze Zheng,Jingyu Hao

Examples

1
2
3
Imdb()
Imdb('top')
Imdb('pop')

MovieSpider documentation built on June 12, 2018, 5:19 p.m.