Option to eval_select()
to disallow empty selections
#252
Labels
feature
a feature request or enhancement
eval_select()
to disallow empty selections
#252
i.e.
In tidyr, we have 3 places where we check that the result of
eval_select()
selects "at least 1 column", likehttps://github.com/tidyverse/tidyr/pull/1241/files#diff-082bcbb672e069ebb562fb3b877b4d9457f867d89ba382224e1041ce90a89ff4R308
I like that this is already an error by default:
but I think it might make sense to have an ultra strict mode as well that can't ever result in an empty selection
The text was updated successfully, but these errors were encountered: