round_string {baizer}R 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)

[Package baizer version 0.8.0 Index]