importHistory {PBSmodelling} | R Documentation |
Import a history list from file fname
, and place it
into the history list hisname
.
importHistory(hisname="", fname="", updateHis=TRUE)
hisname |
name of the history list to be populated.
The default ("" ) uses the value from getWinAct()[1] . |
fname |
file name of history file to import.
The default ("" ) causes an open-file window to be displayed. |
updateHis |
logical: if TRUE , update the history widget to reflect the change
in size and index. |
exportHistory
, initHistory
, promptOpenFile