Nothing
#' Navigate to a Directory in the Files Pane
#'
#' Navigate to a directory in the Files pane. The contents of that directory
#' will be listed and shown in the Files pane.
#'
#'
#' @param path The filesystem path to be shown.
#' @export filesPaneNavigate
filesPaneNavigate <- function(path) {
callFun("filesPaneNavigate", path)
}
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.