add_article("increase")
add_article("decrease")
add_article(c(1, 8, 10, 11, 18, 20, 80))
add_article(18123)
stats::setNames(
add_article(1.8 * 10^(1:7)),
prettyNum(1.8 * 10^(1:7), big.mark = ",")
)
Run the code above in your browser using DataLab