index_table: List indexes of a RelTableModel object

View source: R/RelTableModel.R

index_tableR Documentation

List indexes of a RelTableModel object

Description

List indexes of a RelTableModel object

Usage

index_table(x)

Arguments

x

a RelTableModel object

Value

A tibble with the following columns:

  • index: an integer corresponding to the index number

  • field: a character corresponding to field belonging to the index

  • unique: a logical indicating the uniqueness of the field


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