check_numeric_format {MaxWiK}R 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

[Package MaxWiK version 1.0.6 Index]