Learn R Programming

Luminescence (version 0.6.1)

get_Quote: Function to return essential quotes

Description

This function returns one of the collected essential quotes in the growing library. If called without any parameters, a random quote is returned.

Usage

get_Quote(ID, author, separated = FALSE)

Arguments

ID
character, qoute ID to be returned.
author
character, all quotes by specified author.
separated
logical, return result in separated form.

Value

Returns a character with quote and respective (false) author.

Function version

0.1.1 (2016-05-16 22:50:49)

Examples

Run this code

## ask for an arbitrary qoute
get_Quote()

Run the code above in your browser using DataLab