Description Usage Arguments Value Examples
View source: R/data_process_tools.R
digits_num
is for caculating optimal digits number for numeric variables.
1 | digits_num(dat_x)
|
dat_x |
A numeric variable. |
A number of digits
1 2 3 4 5 | ## Not run:
digits_num(lendingclub[,"dti"])
# 7
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.