add_none.Rd
Adds string-encoded NULL labeled as "none" to a vector of choices. This is due to NULL not being able to be an element of a vector.
add_none(choices)
[character()
]
Choices to augment with NULL.
A character
vector with NULL option prepended to choices
.