# NOT RUN {
# define 3 values, none with a 'displayValue' attribute and 1 value
# defined as 'invalid'. The 2nd one is 'valid' by default.
mv <- make_values(
list(1.1, 2.2, 3.3), list(NULL, NULL, NULL),
list("valid", NULL, "invalid")
)
# }
Run the code above in your browser using DataLab