Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


conquestr (version 1.4.5)

ConQuestCall: ConQuestCall

Description

Call an instance of 'ACER ConQuest' at the command line and run a control file (syntax).

Usage

ConQuestCall(cqc, cqExe, stdout = "")

Value

prints 'ACER ConQuest' output to stdout.

Arguments

cqc

The location of the control file (syntax) to be run.

cqExe

The path to the 'ACER ConQuest' executable. Note, if this argument is missing, conquestr will find a local installation of ACER ConQuest by first searching the default installation locations (Program Files on Windows and Applications on Mac) then searching other local directories (Appdata and the HOME path).

stdout

On Mac only, can be toggled to NULL (or a connection) to suppress output to R console.

Examples

Run this code
if (FALSE) {
ConQuestCall()
}

Run the code above in your browser using DataLab