FG_update_checksum {formods} | R Documentation |
Updates FG Module Checksum
Description
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.
Usage
FG_update_checksum(state)
Arguments
state |
FG state from |
Value
state with checksum updated.
Examples
# 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)
[Package formods version 0.1.6 Index]