view_xray: Create interactive table using Hmisc::describe + reactable

View source: R/view_xray.R

view_xrayR Documentation

Create interactive table using Hmisc::describe + reactable

Description

Create interactive table using Hmisc::describe + reactable

Usage

view_xray(data_xray, data_xray_shared = NULL, by = NULL, elementId = NULL)

Arguments

data_xray

Output of 'make_xray()'

data_xray_shared

[Optional] 'data_xray' converted to a 'SharedData' object using crosstalk, for use with linked widgets.

by

Optional name of group by variable as character string

elementId

Unique element ID for the table

Value

Reactable display

Examples


diamonds <- ggplot2::diamonds

diamonds %>% 
 make_xray() %>% 
 view_xray()

diamonds %>% 
 make_xray(by = 'cut') %>% 
 view_xray(by =)


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