Learn R Programming

keyed (version 0.1.3)

key_is_valid: Check if the key is still valid

Description

Checks whether the key columns still exist and are still unique.

Usage

key_is_valid(.data)

Value

Logical. Returns FALSE with a warning if key is invalid.

Arguments

.data

A keyed data frame.