Nothing
#' list the available hobbits
#' @return hobbit names as character
#' @export
hobbits <- function() {
res <- list()
# N.B: easier to edit programmatically in the vignette this way
res$frodo <- frodo::frodo() # in imports
res$bilbo <- bilbo()
res
}
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.