Import a History List from a File
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.Alex Couture-Beil, Vancouver Island University, Nanaimo BC
exportHistory
, initHistory