Prints a simple univariate table summary

table_summary(information)

Arguments

information

A vector.

Value

A univariate table displaying the NAs if present. If `information` is a character vector, it will split it by semicolons and show the table of the resulting vector.

Author

Leonardo Collado-Torres

Examples

table_summary(mtcars$mpg)
#> NULL