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 March 16, 2024, 10:38 a.m.