Description Usage Arguments Details Value Author(s) Examples
View source: R/utility_functions.r
Round numeric columns of a data frame or tibble
1 |
data |
A data frame or tibble |
dig |
The number of digits to round to |
Takes a data frame or tibble as input, rounds the numeric columns to the specified number of digits.
An object of the same class as 'data', with the numeric columns rounded off to 'dig'
Kieran Healy
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.