powered by
Describe variables by several measures of central tendency and variability. If no variables are specified, all numeric (integer or double) variables are described.
describe(data, ..., na.rm = TRUE)
a tibble
Variables to describe (column names). Leave empty to describe all numeric variables in data.
a logical value indicating whether NA values should be stripped before the computation proceeds. Defaults to TRUE.
NA
TRUE
# NOT RUN { iris %>% describe() mtcars %>% describe(mpg, am, cyl) # }
Run the code above in your browser using DataLab