write_tps: Create a TPS file from a stimlist

View source: R/write_tps.R

write_tpsR Documentation

Create a TPS file from a stimlist

Description

Create a TPS file from a stimlist

Usage

write_tps(stimuli, path_to_tps = NULL)

Arguments

stimuli

list of stimuli

path_to_tps

optional filename to save TPS file

Value

text of tps file

Examples

# set path_to_tps to save to a file
tps <- demo_stim() |>
  write_tps()


webmorphR documentation built on June 2, 2022, 5:07 p.m.