formatDigitsLargeNumbers: Function factory to be used to specify the number of digits...

View source: R/graphicR.R

formatDigitsLargeNumbersR Documentation

Function factory to be used to specify the number of digits to be used in large numbers. The function generates numbers as strings w/o big marks (US/UK commas)

Description

Function factory to be used to specify the number of digits to be used in large numbers. The function generates numbers as strings w/o big marks (US/UK commas)

Usage

formatDigitsLargeNumbers(digits)

Arguments

digits

integer value that specifies the number of digits to be used by the resulting function

Value

a function that will take a numeric vector as an argument and returns a character vector of the numeric vector with the set number of digits (see ?scales::lebel_number for more info) but w/o big marks


BenBruyneel/BBPersonalR documentation built on Aug. 23, 2024, 8:28 p.m.