make_xray_core: Make data xray - core function

View source: R/make_xray_core.R

make_xray_coreR Documentation

Make data xray - core function

Description

Create comprehensive tibble of variable metadata using Hmisc::describe as engine.

Usage

make_xray_core(data)

Arguments

data

A data frame.

Value

A tibble containing variable metadata.

Examples


diamonds <- ggplot2::diamonds
make_xray_core(diamonds)


agstn/dataxray documentation built on Oct. 16, 2023, 11:16 p.m.