View source: R/process_input.R
process_input | R Documentation |
Breaks up input matrix into usable groupings of data.
process_input(ma)
ma |
input matrix. |
an invisible LIST
with 4 items.
LIST[[1]]
Respondant IDs, either C# or faculty name.
LIST[[2]]
Raw ratings on a scale from "Not present" to "Excellent".
LIST[[3]]
Numeric equivalent to LIST[[2]]
.
LIST[[4]]
Comments for all sections.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.