makeup_chr: makeup_chr

View source: R/strings.R

makeup_chrR Documentation

makeup_chr

Description

Format numbers for human use

Usage

makeup_chr(v, sample = NULL, format = NULL)

Arguments

v

value to be formatted

sample

human format to apply in v value

format

??

Value

a formatted character value

Examples

  makeup_chr("A NAME", sample = "hello")

  makeup_chr("A four word sentence", sample = "Hello Hello")
  makeup_chr(c("A four", " word sentence"), sample = "Hello Hello")




datasketch/makeup documentation built on Feb. 21, 2025, 6:53 a.m.