R/huebsch.R

Defines functions huebsch

Documented in huebsch

### 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 = ",")
holgerman/toolboxH documentation built on June 25, 2022, 2:42 p.m.