exportSplinesSSFF: Convert the text file containing spline data to ssff

Description Usage Arguments Value Examples

View source: R/exportSSFF.R

Description

Convert the text file containing spline data to ssff

Usage

1
2
exportSplinesSSFF(txtfile = NULL, targdir = "./", missingAsZero = TRUE,
  tracksuf = "", filesuf = ".spln", fixPrompts = TRUE)

Arguments

txtfile

the exported AAA spline file

targdir

where the output will be written

missingAsZero

Change NA to 0 so emu doesn't complain

tracksuf

suffix appended to each filename to match the soundfiles already exported

fixPrompts

attempts to use regular expressions to fix problems caused by tabs in the prompt list

Value

the list of prompts, invisibly

Examples

1
2
3
4
## Not run: 
exportSplinesSSFF("c:/AAA/Richard_Spline_Export_02_05_2015.txt", targdir="c:/Tabain/English_Ultrasound/")

## End(Not run)

richardbeare/ultRa documentation built on May 27, 2019, 7:58 a.m.