Skip to contents

These are convenient references to methods for use in Shiny applications.

Usage

faketablesInsert(inputId = "faketables", reactive_faketable, data)

faketablesUpdate(inputId = "faketables", reactive_faketable, data)

faketablesDelete(inputId = "faketables", reactive_faketable, data)

Arguments

inputId

An ID string used to identify the module UI

reactive_faketable

A shiny::reactive object that holds an underlying faketable()

data

A data.frame to add to the data in the faketable() object. If it does not already have a primary key column as specified in table_def(), one will be created and primary keys will be generated.

Value

These methods do not return, but do reassign the faketable reactive object in the parent environment

See also

For more details, see the vignette by running vignette('inserting_data')