check_df_variables: Detect missing variables

View source: R/check-family.R

check_df_variablesR Documentation

Detect missing variables

Description

Returns variable if it was not detected in the column names of the specified data.frame. To be used in purrr::map() with argument .x set to a vector of all used variable names.

Usage

check_df_variables(variable_name, df)

Arguments

variable_name

Character value. The name of the variable to be checked.

df

A read in cell track data.frame.


theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.