Update the currently active GUI with values from R's memory at the specified location.
1.1
updateGUI(scope ="L")
Arguments
scope: either "L" for the parent frame, "P" for the temporary work environment .PBSmodEnv, "G" for the global environment, or an explicit R environment.
Details
If the characteristics of the local R objects do not match those of the GUI objects, the update will fail.
Returns
Invisibly returns a Boolean vector that specifies whether the objects in the local R environment match items in the active GUI.
Author(s)
Rob Kronlund, Pacific Biological Station, Fisheries and Oceans Canada, Nanaimo BC