R/write_tps.R
write_tps.Rd
Create a TPS file from a stimlist
write_tps(stimuli, path_to_tps = NULL)
list of stimuli
optional filename to save TPS file
text of tps file
# set path_to_tps to save to a file tps <- demo_stim() |> write_tps()