Learn R Programming

retimer (version 0.1.3)

praatSys: praatSys

Description

Call 'Praat' via system2()

Usage

praatSys(args = "--version", praat = NULL, ...)

Value

Prints stdout to console

Arguments

args

arguements to pass to 'Praat'

praat

path to 'Praat'. If null will search for 'Praat' in C:/Program Files (for Windows) or attempt to use "praat" for Unix based systems.

...

arguements to pass to internal get_praat_path() function. This can be used to change the folder to look for R in for Windows (default is appDir = "C:/Program Files")

See Also

system2