executeOxcalScript: Executes an Oxcal Script

View source: R/executeOxcalScript.R

executeOxcalScriptR Documentation

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)

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.

Value

The path to the js output file

Author(s)

Martin Hinz


ISAAKiel/oxcAAR documentation built on Sept. 25, 2022, 5:07 a.m.