Skip to contents

A string list containing information about key columns.

Usage

key_col_info

Format

A string list with 1 entries.

pk_suffix

The string suffix for names of key columns, "ID".

Examples

key_col_info
#> $pk_suffix
#> [1] "ID"
#>