#' Short for as.character()
#'
#' This function is just a shortcut to as.character().
#' @param x An object
#' @keywords as.character
#' @export
#' @examples
#' char(1:10)
char <- function(x) as.character(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.