R/is_ggplot.R
is_ggplot.Rd
Check whether an object is of the class ggplot.
ggplot
is_ggplot(obj)
Any R object.
Boolean.
bool <- echodata::is_ggplot(mtcars)