FG_update_checksum | 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()
state = sess_res$state
state = FG_update_checksum(state)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.