wrap_praat_script | R Documentation |
Make a function that runs a Praat script
wrap_praat_script(
script_code_to_run,
returning = c("last-argument", "info-window"),
praat_location = get_praat_location()
)
script_code_to_run |
a Praat script to run. |
returning |
value to return. |
praat_location |
path to the Praat executable. Defaults to the value
provided by |
This function basically sets up a call to Praat's command-line
interface using system2()
.
see return
argument
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.