qc_is_timestamp: TimeStamp format check

Description Usage Arguments Details Value See Also

Description

Function to check if the format of the timestamp is the correct one

Usage

1
qc_is_timestamp(data, verbose = TRUE, parent_logger = "test")

Arguments

data

Data frame containing the data (sapflow or environmental). Also a vector with the TIMESTAMP values. If data frame, it must contain a TIMESTAMP variable

verbose

Logical indicating if messages of success and warnings of failures must be presented. Default is TRUE. In order to use inside another function, is recommended to set verbose = FALSE.

Details

Template timestamp is requiered to comply POSIXct format. This function checks if the contributor followed the mandatory format.

Value

A message/warning indicating if TIMESTAMP is correct or not. Also an invisible logical object is returned, indicating success (TRUE) or failure (FALSE).

See Also

Other Quality Checks Functions: create_dic, qc_coordinates, qc_data_results_table, qc_env_ranges, qc_env_vars_presence, qc_ext_radiation, qc_factor_values, qc_fix_timestamp, qc_get_biomes_spdf, qc_get_biome, qc_get_sapw_md, qc_get_timestep, qc_get_timezone, qc_md_cols, qc_md_results_table, qc_mind_the_gap_eff, qc_mind_the_gap, qc_out_hampel_filter, qc_out_of_range, qc_out_remove, qc_outliers_process, qc_outliers_subs, qc_pl_treatments, qc_rad_conversion, qc_range_dic, qc_sapf_ranges, qc_sapw_area_calculator, qc_sapw_conversion, qc_set_timezone, qc_soil_texture, qc_species_names_info, qc_species_names, qc_species_verification, qc_start_process, qc_swc_check, qc_swc_fix, qc_time_interval, qc_timestamp_concordance, qc_timestamp_errors, qc_timestamp_nas


sapfluxnet/sapfluxnetQC1 documentation built on May 29, 2019, 1:50 p.m.