powered by
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 with checksum updated.
FG state from FG_fetch_state()
FG_fetch_state()
# This will create a populated FG state object: # \donttest{ sess_res = FG_test_mksession() state = sess_res$state state = FG_update_checksum(state) # }
Run the code above in your browser using DataLab