Check raw free recall data
check_data.Rd
Run checks on raw (unmerged) free recall data.
Examples
# Create data with a required column missing
raw <- data.frame(
subject = list(1, 1),
list = list(1, 1),
position = list(1, 2),
item = list("a", "b")
)
# Checking this dataset will display an error
# check_data(raw)