Learn R Programming

proverbs (version 0.4.0)

proverb: proverb

Description

Prints out a daily proverb corresponding to the current day of the month. For example, on the 27th of August, Proverbs 27 would be returned.

Usage

proverb(translation = "web", main_color = "cyan", accent_color = "silver")

Value

nothing

Arguments

translation

A character string that is available from list returned by translations()

main_color

A character string of a color available in the crayon package. The color for the main body of text.

accent_color

A character string of a color available in the crayon package. The accent color for the passage.

Examples

Run this code
if (FALSE) {
# Return the default translation, which is "web", or World English Bible
proverb()

# Return the King James version verse of the day
proverb(translation="kjv")

# Custom colors
proverb(main_color="red", accent_color="silver")

}

Run the code above in your browser using DataLab