view_xray | R Documentation |
Create interactive table using Hmisc::describe + reactable
view_xray(data_xray, data_xray_shared = NULL, by = NULL, elementId = NULL)
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 |
Reactable display
diamonds <- ggplot2::diamonds
diamonds %>%
make_xray() %>%
view_xray()
diamonds %>%
make_xray(by = 'cut') %>%
view_xray(by =)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.