Skip to contents

Creates a collection of semantic revisions from a tabular data source.

Usage

revisions(
  .data,
  scope_var,
  subject_var,
  id_var = NULL,
  prov_activity = "create",
  prov_agent = NULL,
  prov_used = NULL
)

Arguments

.data

A data frame or tibble.

scope_var

Character vector of scope variable names.

subject_var

Character vector of subject variable names.

id_var

Optional identifier variable. If NULL, a sequential claim_id is created.

prov_activity

Provenance activity creating the candidate values.

prov_agent

Provenance agent.

prov_used

Provenance source or entity.

Value

A claims_df.