combine_gazepoint_handoffs¶
R reference: gp3ml 0.3.0.
Combine validated cross-package handoffs¶
Combine validated cross-package handoffs
R reference usage¶
combine_gazepoint_handoffs(
handoffs,
keys = NULL,
collision = c("error", "prefix")
)
The Python implementation is exported as gp3mlpy.combine_gazepoint_handoffs. See the runtime docstring for Python-specific typing and semantic adaptations.