Learn R Programming

webmorphR (version 0.1.1)

write_tps: 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

Run this code
# NOT RUN {
# set path_to_tps to save to a file
tps <- demo_stim() |>
  write_tps()

# }

Run the code above in your browser using DataLab