df_has_cols: Check that columns are present in a data.frame

View source: R/utils.R

df_has_colsR Documentation

Check that columns are present in a data.frame

Description

THrows an error if some columns 'cols' are not present in the data.frame 'x'

Usage

df_has_cols(x, cols)

Arguments

x

a data.frame

cols

a columns names vector


JMPivette/evavelo documentation built on April 8, 2023, 4:20 p.m.