Nothing
#' @export
b_fun_a <- function() {
"exported a"
}
#' @export
b_fun_b <- function() {
"exported b"
}
b_fun_c <- function() {
"private c"
}
#' @export
b_obj_a <- 1:3
b_obj_b <- 4:6
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.