make_geom_icon_usage_grid() creates a ggplot2 with a grid of geom groupings
from the official ggplot2 charts, optionally highlighting which geoms are
used.
Arguments
- data_geom_usage
Tibble containing geom usage data produced via
add_geom_usage_to_files().- show_which_geoms
Which geoms are shown? Default is "used" which highlights only used geoms. Providing "all" will show all geoms. RMarkdown.
