Last data update: 2014.03.03

R: Function to return essential quotes
get_QuoteR Documentation

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)

Author(s)

Michael Dietze, GFZ Potsdam (Germany)
R Luminescence Package Team

Examples


## ask for an arbitrary qoute
get_Quote()

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(Luminescence)
Welcome to the R package Luminescence version 0.6.0 [Built: 2016-05-30 16:47:30 UTC]
Robert Oppenheimer: 'I want this thing to work by just pressing one button.'
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/Luminescence/get_Quote.Rd_%03d_medium.png", width=480, height=480)
> ### Name: get_Quote
> ### Title: Function to return essential quotes
> ### Aliases: get_Quote
> 
> ### ** Examples
> 
> 
> ## ask for an arbitrary qoute
> get_Quote()
[1] "R Team member, asked about statistical details: 'No idea, I'm just here for visualisation.'"
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>