Description Usage Arguments Examples
This function downloads series information into a dataframe.
1 | imdbSeries(seriesname, seasons = 1, key = NULL)
|
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 |
1 2 3 4 | ## Not run:
imdbSeries("House MD", 1:2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.