ifcb_read_hdr_data.RdThis function reads all IFCB instrument settings information files (.hdr) from a specified directory.
ifcb_read_hdr_data(hdr_folder, gps_only = FALSE, verbose = TRUE)A character string specifying the path to the directory containing the .hdr files.
A logical value indicating whether to include only GPS information (latitude and longitude). Default is FALSE.
A logical value indicating whether to print progress messages. Default is TRUE.
A data frame with sample names, GPS latitude, GPS longitude, and optionally timestamps.