Learn R Programming

vvdoctor (version 0.0.2)

display_data_table: Display Data Table

Description

Helper function to display a data table in a Shiny app.

Usage

display_data_table(data)

Value

A Shiny output object representing the data table

Arguments

data

The data frame to display.