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