format_num_space: Format number as character string (space as big.mark)

View source: R/tools.R

format_num_spaceR Documentation

Format number as character string (space as big.mark)

Description

Formats a big number using space as big.mark (1000 = 1 000)

Usage

format_num_space(number = 0, digits = 1)

Arguments

number

A number (integer or real)

digits

Number of digits

Value

Formatted number as text

Examples

format_num_space(5500, digits = 2)

explore documentation built on Oct. 11, 2023, 9:07 a.m.