temporal_step_check.new: Temporal step check function (fast version, for 10-min...

Description Usage Arguments Value

Description

Same as the description in temporal_step_check.

Usage

1
2
3
4
5
6
7
temporal_step_check.new(
  data,
  data.column,
  datetime.column,
  step.duration,
  max.variation
)

Arguments

data

a data.frame that includes observation data with information.

data.column

a character, the selected column name in the data.frame that represents observation data to be checked.

datetime.column

a character, the selected column name in the data.frame that represents the reporting dates and times of corresponding observations.

step.duration

a positive number, the interval time for step test, the unit is 'second'.

max.variation

a positive number, the maximum allowed variability of observations.

Value

a new tbl_df that extends two new columns on the input data, the first added column flag_step represents the flags (P means pass, fail.step means fail, isolated means missing previous observations), the second added column new_data_step represents the observation data after removing failed observations in the step check.


jieyu97/QCwind documentation built on June 18, 2021, 3:37 a.m.