create_gazepoint_handoff: Create a lightweight cross-package Gazepoint handoff

View source: R/interoperability.R

create_gazepoint_handoffR Documentation

Create a lightweight cross-package Gazepoint handoff

Description

Create a lightweight cross-package Gazepoint handoff

Usage

create_gazepoint_handoff(
  data,
  source_package,
  source_version = NULL,
  producer = NULL,
  keys,
  outcome = NULL,
  predictors = character(),
  feature_manifest = NULL,
  notes = character()
)

Arguments

data

Prepared data frame.

source_package

Upstream source package or study_design/custom.

source_version

Optional source-package version.

producer

Optional upstream function/workflow label.

keys

Character vector of row-identifying join keys.

outcome

Optional observed outcome column.

predictors

Optional prepared predictor columns.

feature_manifest

Optional gp3ml feature-provenance manifest.

notes

Optional handoff notes.

Value

A gp3ml_handoff object.


gp3ml documentation built on Aug. 23, 2026, 5:11 p.m.