Description Usage Arguments Author(s) Examples
Find joke based on single keyword supplied.
The data-set which the function import from consists of 38,269 jokes in question-answer form. The data-set was obtained from the r/Jokes subreddit and distributed at https://www.kaggle.com/jiriroz/qa-jokes. The data is released under Released under reddit's [API terms](https://www.reddit.com/wiki/api-terms).
1 |
keyword |
Keyword appearing on either question or answer of the joke data-set |
max |
Maximum number of jokes returned. Default = 6. |
t |
Time interval between displaying the question and the answer. The defaulted time-interval is at 3 seconds. |
pause |
TRUE/FALSE. Whether to invoke a 1.5 seconds pause between two questions. |
Adam Quek
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.