make_xray | R Documentation |
Create comprehensive tibble of variable metadata using Hmisc::describe as engine, with option for grouping
make_xray(data, by = NULL)
data |
A data frame. |
by |
Optional name of grouping ("by") variable as character string. |
A tibble containing variable metadata with 1 row per group.
diamonds <- ggplot2::diamonds
make_xray(diamonds)
make_xray(diamonds, by = 'cut')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.