### numbers as nice strings
#' @title FUNCTION_TITLE
#' @description FUNCTION_DESCRIPTION
#' @param x PARAM_DESCRIPTION
#' @param stellen PARAM_DESCRIPTION, Default: 1
#' @return OUTPUT_DESCRIPTION
#' @details DETAILS
#' @examples
#' \dontrun{
#' if(interactive()){
#' #EXAMPLE1
#' }
#' }
#' @rdname huebsch
#' @export
huebsch = function(x, stellen =1) format(round(x,stellen), big.mark = ",")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.