This function downloads series information into a dataframe.

imdbSeries(seriesname, seasons = 1, key = NULL)

Arguments

seriesname

Give the name of the series for example "House MD"

seasons

Information about hat seasons do you want to download? Defaults to 1.

key

Enter your API key. If you don't have one yet, you can obtain one here: http://www.omdbapi.com/apikey.aspx

Examples

# NOT RUN {
imdbSeries("House MD", 1:2)
# }