- Some more internal rejiggering to ensure that you can use ggflags without explicitly loading the package
- If you're not loading the package and need to use it to plot things, prefix the package functions with
ggflags::
(eg.ggflags::geom_flag
). - If you need to access the internal flag list, either load it into the global environment as
lflags
usingdata(lflags)
or access it prefixed withggflags::lflags
- If you're not loading the package and need to use it to plot things, prefix the package functions with