Title: | Get Random Quotes from Quotes on Design API |
---|---|
Description: | Connects to the site <http://quotesondesign.com/> that uses the 'WordPress' built-in REST API to provide a way for you to grab quotes. |
Authors: | AbdulMajedRaja RS [aut, cre], Kasia Kulma [aut] |
Maintainer: | AbdulMajedRaja RS <[email protected]> |
License: | AGPL |
Version: | 0.1.1 |
Built: | 2024-11-03 03:04:30 UTC |
Source: | https://github.com/amrrs/randquotes |
Get Random Quotes
randquote()
randquote()
A dataframe with ID, Quote, Author and Link
randquote()
randquote()
Minimal version of getting random quotes (only quote and author)
randquote_simple(decoded = TRUE)
randquote_simple(decoded = TRUE)
decoded |
TRUE if the output text is html decoded or not (defaut TRUE) |
A string of quote along with the author name
randquote_simple()
randquote_simple()
This package connects to the site http://quotesondesign.com/ that uses the WordPress JSON REST API to provide a way for you to grab quotes.
...
Useful links:
Report bugs at https://github.com/amrrs/randquotes/issues
AbdulMajedRaja RS([email protected])
Tidy up HTML text string
unescape_html(char_string)
unescape_html(char_string)
char_string |
a character string containg HTML text with tags, page breaks, etc. |
a tidy character string