Build list of input values
input_values.Rd
Build list of input values
Details
the output list will contain as many entries as the colClasses named vector. In case some names have no corresponding item in the input parameter, they will get NULL as value in the output list.
Examples
if (FALSE) { # \dontrun{
values <- input_values(input, colClasses = c("date" = "Date", "text" = "character"))
} # }