You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_labels() lists (a subset of) the labels of a plot
uses_labels() checks if labels match their expected values
Added fail_if_not_ggplot() for use in grading code to check that the submitted result is a ggplot, powered by the lower-level testing function is_ggplot() (#29).