round_exactly_one_value: round_exactly_one_value This internal function rounds exactly...

View source: R/DTWrapper2.R

round_exactly_one_valueR Documentation

round_exactly_one_value This internal function rounds exactly one value to the specified number of digits.

Description

round_exactly_one_value This internal function rounds exactly one value to the specified number of digits.

Usage

round_exactly_one_value(x, digits)

Arguments

x

A character vector where the first element is the integer part and the second element is the decimal part.

digits

The number of digits to round to.

Value

A character string representing the rounded value.


DTwrappers2 documentation built on June 22, 2024, 9:17 a.m.