Takes an Oxcal Script, hands it over to oxcal and receives the output that is read from the output file
executeOxcalScript(oxcal_script, file = NULL)The path to the js output file
A string containing the Oxcal commands that should be processed.
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.
Martin Hinz