tidyup_df: Round numeric columns and replace NA/NaN values by blank
Description
Identifies columns that can be coerced to numeric in a data frame,
transforms these columns to numeric and round them to the specified digits.
It also replaces NA and NaNs values by blank.
Usage
tidyup_df(df = c(), digits = 3)
Value
Data frame with all possible columns as numeric and rounded to the specified number of digits
Arguments
df
Data frame
digits
Integer indicating the number of decimal places (round) or significant digits (signif) to be used