Write internal formant data to csv files.

writecsvs(csvs, path)

Arguments

csvs

csv data read in using the readcsvs() function, either as a dataframe or a list of dataframes.

path

the path to the working directory for the Fast Track project. If no path is provided this is the working directory.

Examples

if (FALSE) { csvs = readcsvs () }