#' Title
#'
#' @param data.df
#'
#' @return
#' @export
#'
#' @examples
sv_invert_likert <- function(data.df, max){
result <- max - data.df + 1
return(result)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.