write_tps: Create a TPS file from a stimlist

Description Usage Arguments Value Examples

View source: R/write_tps.R

Description

Create a TPS file from a stimlist

Usage

1
write_tps(stimuli, path_to_tps = NULL)

Arguments

stimuli

list of class stimlist

path_to_tps

optional filename to save TPS file

Value

text of tps file

Examples

1
2
3
4
# set path_to_tps to save to a file
demo_stim() %>%
  write_tps() %>%
  cat()

facelab/webmorph documentation built on April 11, 2021, 6:34 a.m.