missingToCat: Convert missing values to categorical variables
Description
Turn <NA>'s into a "missing" character;
hence numeric variables will be converted to categorical variables
with any numeric values will be converted to "observed",
and returns the result along with tidyverse code used to generate it.