Read an ''ACER ConQuest'' system file created by a put command in 'ACER ConQuest'. The system file must not be compressed. Use the option `compressed=no`` in the put command within 'ACER ConQuest'.
ConQuestSys(myCqs, isMini =FALSE)
Arguments
myCqs: The location of an uncompressed 'ACER ConQuest' system file created by 'ACER ConQuest' > 4.35.
isMini: A boolean, set to TRUE if the system file is a mini system file created by 'ACER ConQuest' command put with option "mini = yes".
Returns
A list containing the data objects created by 'ACER ConQuest'.
Examples
mySysData <- ConQuestSys()myEx1SysData <- ConQuestSys(myCqs = system.file("extdata","mysysfile.cqs", package ="conquestr"))## Not run:# if you run the above example this will return your original 'ACER ConQuest' syntax.cat(unlist(myEx1SysData$gCommandHistory))## End(Not run)