check_if_date: Check if x and/or y-scales of a built ggplot2 object are date scales
Description
Check if x and/or y-scales of a built ggplot2 object are date scales
Usage
check_if_date(built_plot)
Arguments
built_plot
A built ggplot2 object, created with
`ggplot2::ggplot_build()`