Package 'randquotes'

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

Help Index


Get Random Quotes

Description

Get Random Quotes

Usage

randquote()

Value

A dataframe with ID, Quote, Author and Link

Examples

randquote()

Minimal version of getting random quotes (only quote and author)

Description

Minimal version of getting random quotes (only quote and author)

Usage

randquote_simple(decoded = TRUE)

Arguments

decoded

TRUE if the output text is html decoded or not (defaut TRUE)

Value

A string of quote along with the author name

Examples

randquote_simple()

Get Random Quotes from Quotes on Design API

Description

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.

Details

...

See Also

Useful links:

Author(s)

AbdulMajedRaja RS([email protected])


Tidy up HTML text string

Description

Tidy up HTML text string

Usage

unescape_html(char_string)

Arguments

char_string

a character string containg HTML text with tags, page breaks, etc.

Value

a tidy character string