detect_hoboware_configuration: Detect HOBOWare file properties

View source: R/HOBO.R

detect_hoboware_configurationR Documentation

Detect HOBOWare file properties

Description

Auto-detect the various HOBOWare text file configuration options that were set for a file

Usage

detect_hoboware_configuration(filename, encoding = "UTF-8")

Arguments

filename

character, path to the file

encoding

character, encoding of file passed to readLines. Defaults to 'UTF-8'

Details

The name keywords to configure a HOBOWare file are:

  • include_line_number: whether the line number is included as a column. Chosen from: TRUE, FALSE

  • include_plot_title_in_header. Chosen from: TRUE, FALSE

  • always_show_fractional_seconds. Chosen from: TRUE, FALSE

  • separate_date_time. Chosen from: TRUE, FALSE

  • no_quotes_or_commas. Chosen from: TRUE, FALSE

  • include_logger_serial. Chosen from: TRUE, FALSE

  • include_sensor_serial. Chosen from: TRUE, FALSE

  • date_format. Chosen from: "MDY", "YMD", "DMY"

  • date_separator. Chosen from: '-', '\'

  • time_format_24hr. Chosen from: TRUE, FALSE

  • positive_number_format. Chosen from: 1,2,3,4 (corresponding to "1,234.56", "1 234,56", "1.234,56", "1.234 56")

  • negative_number_format. Chosen from: 1,2,3 (corresponding to "-123", "123-", , "(123)")

  • include_plot_details. Chosen from: TRUE, FALSE

Value

A named list of HOBOWare configuration properties (see details for names)


nicholas512/LoggerReadR documentation built on April 15, 2022, 9:13 a.m.