
Convert the matrix simulation state to a long data frame of responses.
Source:R/utils.R
meow_long.Rdmeow() represents responses as a respondent-by-item matrix (R) together
with an administration matrix (admin). This helper returns the administered
responses as a long data frame with columns id, item, and resp, ordered
by respondent and then by the order in which items were administered. It is
the recommended bridge for module authors who prefer to work with
tidyverse-style long data inside their own item selection or parameter update
functions.