ConQuestCall: ConQuestCall

View source: R/conquestr.R

ConQuestCallR Documentation

ConQuestCall

Description

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

Usage

ConQuestCall(cqc, cqExe, 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 installtion 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.

Value

prints 'ACER ConQuest' output to stdout.

Examples

## Not run: 
ConQuestCall()

## End(Not run)

conquestr documentation built on March 31, 2023, 6:02 p.m.