round_numbers: Round Numbers

Description Usage Arguments Value

View source: R/round_numbers.R

Description

Round numbers to a specified number of decimal places converts numeric values to a character value used to prepare the numeric values for a table output

Usage

1
round_numbers(out, cols = NULL, decimals = 2, NA.string = NA)

Arguments

decimals

vector specifies the number of decimals to round each numeric column to; default is 2

Value

will return a dataframe of character values


CJangelo/R2Word documentation built on June 26, 2021, 6:35 a.m.