item_list: a list of scale items (i.e., list of vectors of ratings) to code normally (as opposed to reverse coding).
reverse_item_list: a list of scale items to reverse code.
operation: if operation = "mean", mean of the scale items will be calculated; if operation = "sum", sum of the scale items will be calculated (default = "mean").
na.rm: logical. The na.rm argument that will be passed onto the base R's rowMeans or rowSums function (default = FALSE).
na_summary: logical. If na_summary = TRUE a summary of NA values will be printed; if na_summary = FALSE the summary will not be printed (default = TRUE).
reverse_code_minuend: required for reverse coding; the number from which to subtract item ratings when reverse-coding. For example, if the items to reverse code are measured on a 7-point scale, enter reverse_code_minuend = 8.