Learn R Programming

Luminescence (version 0.7.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 (2017-01-24 21:10:47)

How to cite

Dietze, M. (2017). get_Quote(): Function to return essential quotes. Function version 0.1.1. In: Kreutzer, S., Dietze, M., Burow, C., Fuchs, M.C., Schmidt, C., Fischer, M., Friedrich, J. (2017). Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 0.7.1. https://CRAN.R-project.org/package=Luminescence

Examples

Run this code

## ask for an arbitrary qoute
get_Quote()

Run the code above in your browser using DataLab