Learn R Programming

formods (version 0.2.1)

FG_update_checksum: 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)

Value

state with checksum updated.

Arguments

state

FG state from FG_fetch_state()

Examples

Run this code
# 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