This function downloads episode information into a dataframe. Use it to create a dataframe with extra information about every epidode. it downloads runtime, director, writer, actors, plot and imdb votes.

enrichIMDB(df, key = NULL)

Arguments

df

Name of dataframe you want to add info to. NEEDS an imdbID variable.

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 {
enrichIMDB("IMDB")
# }