praatScript.Rd
Executes a Praat script using the R system function.
praatScript(args, script = "reTimeWin.praat", wd = getwd(), praat = NULL)
arguements to pass to Praat script ("–run" not required)
name of script if using a script from this package, or path to script for other scripts
working directory for Praat to use
path to Praat. If null will search for Praat in C:/Program Files (for Windows) or attempt to use "praat" for Unix based systems.
Runs script in Praat and prints stdout to console.