tests/testthat/test-get-section.R

bible <- data.frame(
  book = c("Genesis", "Genesis", "Genesis", "Genesis"),
  chapter = c(1, 1, 1, 1),
  verse = c(1, 2, 3, 4),
  text = c("In the beginning God created...",
           "The earth was without form...",
           "And God said, 'Let there be light'...",
           "And there was light.")
)

Try the logos package in your browser

Any scripts or data that you put into this service are public.

logos documentation built on April 4, 2025, 4:42 a.m.