R/tamaanify_proc_resp.R

Defines functions tamaanify_proc_resp

## File Name: tamaanify_proc_resp.R
## File Version: 0.01


tamaanify_proc_resp <- function(res, resp)
{
    cols <- paste(res$items$item)
    resp <- resp[, cols]
    res$resp <- resp
    return(res)
}

Try the TAM package in your browser

Any scripts or data that you put into this service are public.

TAM documentation built on Aug. 29, 2022, 1:05 a.m.