Nothing
## ----setup, include = FALSE---------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----eval=FALSE, echo=TRUE----------------------------------------------------
# #' @title Read an RDS file
# #' @param file_path The path to the file.
# #' @return The RDS file contents as an R object.
# #' @export
# read_file <- function(file_path) {
#
# ret <- readRDS(file_path)
#
# if (length(find.package('logr', quiet=TRUE)) > 0) {
# logr::log_hook(paste0("Read RDS file from '", file_path, "'"))
# }
#
# return(ret)
# }
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.