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.
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.
Note
Several open source translations are available. By default, the World English Bible version is returned.
To see which translations are available, use the translations()
function.