detect_hoboware_configuration | R Documentation |
Auto-detect the various HOBOWare text file configuration options that were set for a file
detect_hoboware_configuration(filename, encoding = "UTF-8")
filename |
character, path to the file |
encoding |
character, encoding of file passed to readLines. Defaults to 'UTF-8' |
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
A named list of HOBOWare configuration properties (see details for names)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.