round_string: from float number to fixed digits character

View source: R/numbers.R

round_stringR Documentation

from float number to fixed digits character

Description

from float number to fixed digits character

Usage

round_string(x, digits = 2)

Arguments

x

number

digits

hold n digits after the decimal point

Value

character

Examples

round_string(1.1, 2)

baizer documentation built on Oct. 19, 2023, 9:07 a.m.