Skip to contents

Create

The faketable object

faketable()
Create a faketable object

Used to create a faketable object

input_call()
Create a faketable bare input call
col_def()
Create a faketable column definition
table_def()
Create a faketable table definition

Implement

faketablesUI() faketablesServer()
Create the shiny components required to use faketables
faketablesInsert() faketablesUpdate() faketablesDelete()
Manipulate a faketable in Shiny
dbWriteTable()
Write a faketable to a database table

Manipulate

insert() update() delete()
insert, update, or delete rows from a faketables object

Validate

is_input_call() is_col_def() is_table_def() is_faketable()
Check if an object is the correct class