View source: R/summary_tibble.R
summary_tibble | R Documentation |
Summarize tibbles with many columns like TCGA metadata. Summaries for large tibbles with many rows will be slow and not recommended.
summary_tibble(x)
top3(y)
drop_empty_columns(x)
x |
a tibble |
y |
a vector |
A tibble with column names, types, number of unique values and NAs, minimum, maximum and top three values.
top3()
: Top three values
drop_empty_columns()
: Drop empty columns
Chris Stubben
summary_tibble(mtcars)
#drop_empty_columns( tibble( a=1:5, b=NA, c="x", d="") )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.