inst/examples/import_exb.R

library(act)

\dontrun{
	# To import a .TextGrid file of your choice:
	filePath <- "PATH_TO_AN_EXISTING_TEXTGRID_ON_YOUR_COMPUTER"
	
	t <- act::import_exb(filePath=filePath)
	t
}
oliverehmer/act documentation built on March 11, 2023, 1:30 p.m.