#' Formats dropbox path for shiny upload
#'
#' @param x A file path returned by drop_dir()$path_lower.
#'
#' @return
#' @export
#'
#' @examples
format_dropbox_path <- function(x){
str_sub(x, 2, str_length(x))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.