Learn R Programming

scanstatistics (version 0.1.0)

haskeys: Determine if table has all the given keys.

Description

Determine if table has all the given keys.

Usage

haskeys(data_table, keys)

Arguments

data_table

A data.table.

keys

A character vector.

Value

TRUE if the table has all the given keys, FALSE otherwise.