Warnings that occur inside a dplyr verb like mutate()
are caught
and stashed away instead of being emitted to the console. This
prevents rowwise and grouped data frames from flooding the console
with warnings. To see the original warnings, use
last_dplyr_warnings()
.
Arguments
- n
Passed to
head()
so that only the firstn
warnings are displayed.