Learn R Programming

keyed (version 0.1.3)

remove_id: Remove ID column

Description

Remove ID column

Usage

remove_id(.data, .id = ".id")

Value

Data frame without the ID column.

Arguments

.data

A data frame.

.id

Column name to remove (default: ".id").