Learn R Programming

conquestr (version 0.8.5)

ConQuestCall: ConQuestCall

Description

Call 'ACER ConQuest' and run a control file.

Usage

ConQuestCall(cqInstallLocation, cqc, stdout = "")

Arguments

cqInstallLocation

The location of the 'ACER ConQuest' executable.

cqc

The locaiton of the control file to be run.

stdout

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

Value

prints 'ACER ConQuest' output to stdout.

Examples

Run this code
# NOT RUN {
ConQuestCall(cqInstallLocation = file.path("/Applications", "ConQuest BETA", "ConQuest"))
# }

Run the code above in your browser using DataLab