Skip to contents

Create the shiny components required to use faketables

Usage

faketablesUI(outputId = "faketables")

faketablesServer(inputId = "faketables", faketable)

Arguments

outputId

An ID string used to identify the module UI

inputId

An ID string used to identify the module UI

faketable

A faketable() object

Value