We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3aaa3 commit bde46b2Copy full SHA for bde46b2
R/data_to_wide.R
@@ -170,7 +170,8 @@ data_to_wide <- function(
170
# validate arguments
171
if (!is.null(values_fill)) {
172
insight::format_warning(
173
- "`values_fill` is defunct and has no function anymore. It will be removed in future versions."
+ "`values_fill` is defunct and has no function anymore. It will be removed in future versions.",
174
+ "To handle missing values after widening, use `convert_na_to()` instead."
175
)
176
}
177
0 commit comments