Learn R Programming

dm (version 0.0.5.9000)

cdm_get_all_pks: Get all primary keys of a dm object

Description

cdm_get_all_pks() checks the dm object for set primary keys and returns the tables, the respective primary key columns and their classes.

Usage

cdm_get_all_pks(dm)

Arguments

dm

A dm object.

See Also

Other primary key functions: cdm_add_pk(), cdm_get_pk(), cdm_has_pk(), cdm_rm_pk(), enum_pk_candidates()