#' Make surgery sheet file name from initial from full path file name
#'
#' @return Character vector of length one having properly sequence file name.
#' @param path_name character vector of length one having the path and basename
#' of the file.
#' @export
get_sheet_name <- function(path_name) {
return(make_filename(path_name, get_next_sequence_char(path_name)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.