Skip to content

Commit bde46b2

Browse files
committed
mention convert_to_na
1 parent 3c3aaa3 commit bde46b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/data_to_wide.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ data_to_wide <- function(
170170
# validate arguments
171171
if (!is.null(values_fill)) {
172172
insight::format_warning(
173-
"`values_fill` is defunct and has no function anymore. It will be removed in future versions."
173+
"`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."
174175
)
175176
}
176177

0 commit comments

Comments
 (0)