DW_update_checksum {formods} | R Documentation |
Updates DW Module Checksum
Description
Takes a DW state and updates the checksum used to trigger downstream updates
Usage
DW_update_checksum(state)
Arguments
state |
DW state from |
Value
DW state object with the checksum updated
Examples
# Within shiny both session and input variables will exist,
# this creates examples here for testing purposes:
sess_res = DW_test_mksession(session=list())
session = sess_res$session
input = sess_res$input
# We also need a state variable
state = sess_res$state
state = DW_update_checksum(state)
[Package formods version 0.1.6 Index]