check_numeric_format: Function to check DATA.FRAME

View source: R/utils.R

check_numeric_formatR Documentation

Function to check DATA.FRAME

Description

Check that DATA.FRAME has numeric format for ALL the columns and it has NO 'NA' values

Usage

check_numeric_format(l)

Arguments

l

DATA.FRAME that should have data of numeric type

Value

TRUE if data.frame has ONLY numeric data and FALSE vice verse

Examples

NULL

MaxWiK documentation built on April 3, 2025, 8:47 p.m.