runLingo: Run Lingo Codes

Description Usage Arguments Details Value

Description

Run Lingo Codes and return the results.

Usage

1
2
  runLingo(file, lingo = "d:/LINGO10/RunLingo.exe",
    intern = TRUE, ...)

Arguments

file

the filename of SQL codes.

lingo

the directory of executive Lingo file.

intern

a logical (not NA) which indicates whether to capture the output of the command as an R character vector.

...

arguments to be passed to system.

Details

This function is used to execute Lingo codes by RunLingo.exe and get the results by system function in R.

Value

The results of Lingo as character vector.


ctfysh/rlingo documentation built on May 14, 2019, 12:29 p.m.