View source: R/qc_data_general_checks.R
qc_is_timestamp | R Documentation |
Function to check if the format of the timestamp is the correct one
qc_is_timestamp(data, verbose = TRUE, parent_logger = "test")
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 |
Template timestamp is requiered to comply POSIXct format. This function checks if the contributor followed the mandatory format.
A message/warning indicating if timestamp is correct or not. Also an invisible logical object is returned, indicating success (TRUE) or failure (FALSE).
Other Quality Checks Functions:
create_dic()
,
qc_coordinates()
,
qc_data_results_table()
,
qc_ext_radiation()
,
qc_factor_values()
,
qc_get_biomes_spdf()
,
qc_get_biome()
,
qc_get_timezone_coord()
,
qc_md_cols()
,
qc_md_results_table()
,
qc_measured_sfn()
,
qc_pl_treatments()
,
qc_psi_N_nas()
,
qc_psi_SE_nas()
,
qc_psi_nas()
,
qc_set_timezone()
,
qc_simplify_questions()
,
qc_species_names_info()
,
qc_species_names()
,
qc_species_verification()
,
qc_start_process_psi()
,
qc_timestamp_nas()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.