Learn R Programming

ReDaMoR (version 0.8.2)

index_table: List indexes of a RelTableModel object

Description

List indexes of a RelTableModel object

Usage

index_table(x)

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

Arguments

x

a RelTableModel object