dtcolnames: Get the data column names from data.table; exclude ID col

View source: R/dtcolnames.R

dtcolnamesR Documentation

Get the data column names from data.table; exclude ID col

Description

Get the data column names from data.table; exclude ID col

Usage

dtcolnames(object, excluded = "sample")

Arguments

object

[type: data.table] A data.table with an identifier column or more.

excluded

[type: vector<character>, default: "sample"] A character vector of one or more column names to exclude.

Value

character<vector>


CoarfaBCM/derecksLabTools documentation built on April 3, 2022, 10:29 p.m.