drop_cols: Helper function to remove columns from a data frame

View source: R/utils.R

drop_colsR Documentation

Helper function to remove columns from a data frame

Description

Helper function to remove columns from a data frame

Usage

drop_cols(x, cols)

Arguments

x

A data frame

cols

Vector of column names to be removed

Value

x without columns in cols


metasnf documentation built on June 8, 2025, 12:47 p.m.