deleteCols: Delete columns in a dataframe or matrix

View source: R/deleteCols.R

deleteColsR Documentation

Delete columns in a dataframe or matrix

Description

Function to delete columns in a dataframe or matrix

Usage

deleteCols(tbl, cols, debug = FALSE)

Arguments

tbl
  • dataframe or matrix from which to delete columns

cols
  • names of column to delete

debug
  • T/F to print debugging info

Value

dataframe or matrix with columns removed


wStockhausen/wtsUtilities documentation built on Feb. 3, 2025, 6:29 a.m.