
Audit a Gazepoint export schema
Source:R/roadmap-exact-backlog-helpers.R
audit_gazepoint_export_schema.RdReports whether expected Gazepoint-style roles are present, missing, or
ambiguous, using the same alias dictionary as
standardize_gazepoint_column_names().
Usage
audit_gazepoint_export_schema(
data,
expected_roles = NULL,
dictionary = NULL,
strict = FALSE
)