S3 method 'print' for class 'tidyProfile'.
# S3 method for tidyProfile print(x, digits = 2, na.print = "", ...)
x | An object of class 'tidyProfile'. |
---|---|
digits | minimal number of significant digits, see
|
na.print | a character string which is used to indicate NA values in
printed output, or NULL. See |
... | further arguments to be passed to or from other methods. They are ignored in this function. |
Caspar J. van Lissa
if (FALSE) { if(interactive()){ tmp <- iris %>% select(Sepal.Length, Sepal.Width, Petal.Length, Petal.Width) %>% estimate_profiles(3) tmp[[2]] } }