Last data update: 2014.03.03

R: Find missing rows in data
dpa.find.missingRowR Documentation

Find missing rows in data

Description

This function will first sort the loaded data by tick column and job column. There are two cases. One is that the whole data in a particular job is missing or secondly some ticks of a particular job are missing. It will display message for both the cases.

Usage

dpa.find.missingRow(dataframe = NULL, tickColumn = NULL, jobColumn = NULL)

Arguments

dataframe

data that is searched

tickColumn

column that represents time

jobColumn

column that represents the job or run number

Author(s)

Emile J.L. Chappin

References

http://www.chappin.com

Examples

#dpa.find.missingRow(dataframe = NULL, tickColumn = NULL, jobColumn = NULL)

Results