nice_tab.Rd
Create a custom function that takes a data frame and a number of decimal places as input, rounds all numeric columns in the data frame to the specified number of decimal places, and returns the modified data frame.
nice_tab(data, digit_decimal = 2)
A data frame.
A number of decimal places.
A data frame with all numeric columns rounded to the specified number of decimal places.