#' Show Exchange Path of TV
#'
#' The main R session uses this path to exchange information with the TV session.
#'
#' @keywords internal
path <- function(...) {
tv_path <- .tv_env$tv_path
file.path(tv_path, ...)
}
set_path <- function(path) {
.tv_env$tv_path <- path
invisible(path)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.