R/format_dropbox_path.R

Defines functions format_dropbox_path

Documented in format_dropbox_path

#' 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))
}
brentscott93/biophysr documentation built on Sept. 14, 2021, 2:35 a.m.