set_primary_key: Set the primary key a table in a RelDataModel

View source: R/RelDataModel.R

set_primary_keyR Documentation

Set the primary key a table in a RelDataModel

Description

Set the primary key a table in a RelDataModel

Usage

set_primary_key(x, tableName, fieldNames)

Arguments

x

a RelDataModel

tableName

the name of the table to modify (a single character)

fieldNames

the names of the fields to include in the primary key

Value

A RelDataModel


ReDaMoR documentation built on April 4, 2025, 2:39 a.m.