dec_0: Print a number with 0 decimal figures

View source: R/local_functions.R

dec_0R Documentation

Print a number with 0 decimal figures

Description

Takes a numerical value and returns a string of the rounded value, with 0 decimal figures.

Usage

dec_0(x)

Arguments

x

Numerical value

Value

A character string with 0 decimal figures.


isobxr documentation built on Aug. 23, 2023, 5:06 p.m.