Skip to content

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().

Usage

last_dplyr_warnings(n = 5)

Arguments

n

Passed to head() so that only the first n warnings are displayed.