makeup_chr | R Documentation |
Format numbers for human use
makeup_chr(v, sample = NULL, format = NULL)
v |
value to be formatted |
sample |
human format to apply in v value |
format |
?? |
a formatted character value
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.