Skip to contents

Basic Use Case (Full delegation)

These functions are the core features you need to start using the framework.

Shiny Module Server

The main component of the package.

kitems()
Kitems Module Server

Shiny Module UI Components

The UI functions to include into your app.

create_widget()
Create Item Button
update_widget()
Update Item Button
delete_widget()
Delete Item Button
date_slider_widget()
Date Slider Widget
filtered_view_widget()
Filtered View Widget

Admin

The functions to perform admin tasks.

admin()
Admin Console
backup()
Backup Files
restore()
Restore Files

Demos

Function to list and launch the demo apps.

runExample()
Run Shiny Demo Apps

Advanced Scenarios (Mixed or Full control)

These helper functions can be used to create events to pass to the module server reactive arguments.

filter_event()
Filter Event
trigger_event()
Trigger Event

Behind the scene

These functions are made available (exported) for advanced users who would like to go beyond the usage of the module server.

Admin

The server/UI functions behind the admin console app.

kitems_admin()
kitems Admin Module Server
admin_widget()
Admin Widget

Data model

The functions related to data model management.

data_model()
Data Model
dm_colClasses()
Data Model colClasses
dm_default()
Default Value(s)
dm_display()
Data Model Display
dm_integrity()
Data Model Integrity
dm_mask()
Data Model Mask
dm_migrate()
Data Model Migration
dm_name()
Data Model Name
dm_version()
Data Model Version

Attribute

The functions related to attribute management.

attribute_create()
Add Attribute
attribute_input()
Attribute Input
attribute_shortcut()
Attribute Shortcuts
attribute_suggestion()
Attribute Suggestions
attribute_update()
Update Attribute
attribute_value()
Turn Value(s) into Attribute

Item

The functions related to item management.

item_dialog()
Item Modal Dialog(s)
item_form()
Item Form
item_input_values()
Input Values
item_integrity()
Items Integrity
item_load()
Load Items
item_mask()
Item Mask
item_migrate()
Item Migration
item_save()
Save Items
item_search()
Search Items
item_sort()
Sort Items
items_name()
Items Name
rows_delete()
Delete Item(s)
rows_insert()
Insert Item(s)
rows_update()
Update Item(s)

Helpers

These functions are internal helpers used by the module server.

hasDate()
Test Date Attribute
is_truthy()
Truthy Value

Deprecated function

dynamic_sidebar()
Generate Dynamic menuItem