dpa.find.missingRow: Find missing rows in data

Description Usage Arguments Author(s) References Examples

View source: R/dpa.r

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

1
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

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

dpa documentation built on May 2, 2019, 6:05 a.m.