| ConQuestSys {conquestr} | R Documentation | 
ConQuestSys
Description
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'.
Usage
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".  | 
Value
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)
[Package conquestr version 1.3.4 Index]