Description Usage Arguments Value
Same as the description in temporal_step_check
.
1 2 3 4 5 6 7 | temporal_step_check.new(
data,
data.column,
datetime.column,
step.duration,
max.variation
)
|
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.