DW_update_checksum | R Documentation |
Takes a DW state and updates the checksum used to trigger downstream updates
DW_update_checksum(state)
state |
DW state from |
DW state object with the checksum updated
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.