Description Usage Arguments References Examples
Gets the reading for a specific day in the reading plan
1 | getReading(day = NULL, offset = 0)
|
list |
Character vector. Contains all the readings in the plan with each reading taking a different element in the vector. |
day |
numeric. The day in the reading plan to get the reading for |
http://www.scribd.com/doc/12349985/Professor-Grant-Horners-Bible-Reading-System
1 2 3 | sapply(readings, getReading, day = 29)
today <- sapply(readings, getReading, day = as.numeric(system("date +'%j'", intern = T)))
cat(paste(getReading(), collapse = "; "), "\n")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.