Learn R Programming

oxcAAR (version 1.1.2)

executeOxcalScript: Executes an Oxcal Script

Description

Takes an Oxcal Script, hands it over to oxcal and receives the output that is read from the output file

Usage

executeOxcalScript(oxcal_script, file = NULL)

Value

The path to the js output file

Arguments

oxcal_script

A string containing the Oxcal commands that should be processed.

file

A string naming a file for writing. Elements of the path other than the last will be created if needed. If `NULL` (the default), a temporary file will be used.

Author

Martin Hinz