Description Usage Arguments Value Examples
This function returns the runtime of Movies and TV shows based on search word(s) by user.
1 | get_runtime(search_text = "", type = "")
|
search_text |
search text i.e., word(s) to look for in the Title. |
type |
expected type of the result can be - movie, series, episode, game |
A dataframe that contains the list of search results. Dataframe contains Title, Type, Year, and Runtime (in minutes).
1 2 | get_runtime('Guardians')
get_runtime('Guardians Galaxy', type = 'movie')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.