Learn R Programming

TimeDepFrail (version 0.1.0)

check.dataset: Check Presence of NULL or NaN Element Value in the Dataset

Description

The method controls that the dataset does not contain 'NULL', 'null', 'NaN' or 'nan' value.

Usage

check.dataset(data)

Value

An error if any condition is not satisfied.

Arguments

data

Dataset (dataframe)