DEPRECATED, please see package datamods for similar features.
coerceUI(id)
coerceServer(input, output, session, data, reactiveValuesSlot = "data")Module id. See callModule.
standards shiny server arguments.²
A data.frame or a reactive
function returning a data.frame or a
reactivevalues with a slot containing a data.frame
(use reactiveValuesSlot to identify that slot)
If data is a reactivevalues,
specify the name of the slot containing data.
a reactiveValues with two slots: data original data.framewith modified columns, and names column's names with call to coerce method.