list_missing_columns: Prints any column names not yet defined in data

View source: R/helpful_functions.R

list_missing_columnsR Documentation

Prints any column names not yet defined in data

Description

Method to print out any col_names not yet defined in the data passed in. Intended to help with preparing valid data.

Usage

list_missing_columns(dat, col_names)

Arguments

dat

data to look for column names within

col_names

vector representing full set of column names expected

Value

vector of missing column names ( also printed to console )


Benjamin-Vincent-Lab/housekeeping documentation built on Feb. 17, 2024, 2:13 a.m.