View source: R/summarize_data.R
summarize_obj | R Documentation |
Summarize an object (typically, a variable -column- in a
data.frame). This function is intended to be called by summarize_df
summarize_obj(obj, n_top = 7)
obj |
R object to summarize |
n_top |
Number of top unique elements to include in the summary |
a one-row tibble with information about the object such as class, length (number of elements), number of na, number of unique elements, sum, min, max, mean, median, percentiles, most frequent values
summarize_obj(letters)
summarize_obj(runif(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.