checkStructureColumn: Checks whether a column is in a data frame and all its rows...

View source: R/helperFunctions.R

checkStructureColumnR Documentation

Checks whether a column is in a data frame and all its rows are not NA

Description

Checks whether a column is in a data frame and all its rows are not NA

Usage

checkStructureColumn(columnName, df)

Arguments

columnName

name of the column

df

the data frame to check

Value

TRUE if the column passes the test


smm52/timeBlocks documentation built on Nov. 27, 2022, 3:54 a.m.