Learn R Programming

formods (version 0.2.1)

DW_update_checksum: Updates DW Module Checksum

Description

Takes a DW state and updates the checksum used to trigger downstream updates

Usage

DW_update_checksum(state)

Value

DW state object with the checksum updated

Arguments

state

DW state from DW_fetch_state()

Examples

Run this code
# Within shiny both session and input variables will exist,
# this creates examples here for testing purposes:
sess_res = DW_test_mksession()
session = sess_res$session
input   = sess_res$input

# We also need a state variable
state = sess_res$state

state = DW_update_checksum(state)

Run the code above in your browser using DataLab