# NOT RUN {
path <- system.file("extdata/test", package = "webmorphR")
# read in all images and templates in a directory
stimuli <- read_stim(path)
# read in just images and templates with "m_"
m_stimuli <- read_stim(path, "m_")
# }
Run the code above in your browser using DataLab