Learn R Programming

scanstatistics (version 0.1.0)

getkeys: Get the keys from a data.table.

Description

Get the keys from a data.table.

Usage

getkeys(data_table)

Arguments

data_table

A data.table.

Value

NULL if the supplied data.table has no keys, else a character vector containing the keys.