check_names_exist {sftrack}R Documentation

Check if a set of column names are found in a data frame and return an error if not

Description

Check if a set of column names are found in a data frame and return an error if not

Usage

check_names_exist(data, names)

Arguments

data

a data.frame to check names against

names

the inputted column names


[Package sftrack version 0.5.4 Index]