round_cells: Round table cells
Description
Round all numeric cells of a table using printnum
.
This function is not exported.
Usage
round_cells(x, digits = getOption("digits"),
na_string = getOption("papaja.na_string"))
Arguments
digits
Numeric. Vector of the number of digits to round numeric columns to.
na_string
Character. String to print if element of x
is NA
.