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 April 3, 2025, 5:40 p.m.