FG_update_checksum {formods} | R Documentation |
Called after any changes to figures, this function will update the checksum of the module. This allows other modules to determine if there were any changes to the figures within it.
FG_update_checksum(state)
state |
FG state from |
state with checksum updated.
# This will create a populated FG state object:
sess_res = FG_test_mksession(session=list(), full_session=FALSE)
state = sess_res$state
state = FG_update_checksum(state)