
Format the gpbiometrics feature inventory for users
Source:R/feature-inventory-format.R
format_gazepoint_biometrics_feature_inventory.RdAdds user-facing labels and interpretation metadata to the package feature
inventory. This helper is intentionally non-breaking: it does not replace the
core inventory object returned by create_gazepoint_biometrics_feature_inventory().
Usage
format_gazepoint_biometrics_feature_inventory(
inventory = NULL,
include_internal = FALSE,
sort = TRUE
)Arguments
- inventory
Optional inventory object returned by
create_gazepoint_biometrics_feature_inventory(). IfNULL, a fresh inventory is created.- include_internal
Logical. Passed to
create_gazepoint_biometrics_feature_inventory()wheninventory = NULL.- sort
Logical. If
TRUE, sort by domain, user level, and function name.