Nothing
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.")
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.