Names of the core fgeo packages.

fgeo_packages(include_self = TRUE)

Arguments

include_self

Logical. Should the output include fgeo?

Value

A string.

See also

Other functions to explore fgeo: fgeo_browse, fgeo_help

Examples

fgeo_packages()
#> [1] "fgeo.analyze" "fgeo.plot" "fgeo.tool" "fgeo.x" "fgeo"
fgeo_packages(include_self = FALSE)
#> [1] "fgeo.analyze" "fgeo.plot" "fgeo.tool" "fgeo.x"