praatSys {retimer}R Documentation

praatSys

Description

Call 'Praat' via system2()

Usage

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

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")

Value

Prints stdout to console

See Also

system2


[Package retimer version 0.1.3 Index]