View source: R/old_code/bluehill_functions.2.R View source: R/bluehill_functions.R
bh_set_options | R Documentation |
Provides an interface to set global options of processing BlueHill files.
bh_set_options(raw_regex = ".*RawData.*\\.csv$", max_header = 100, min_columns = c("Time", "Extension", "Load"), id_regex = file.path(".*", "(.+).is_.+_RawData.*Specimen_RawData[\\_\\.](\\d+)\\.csv"), id_parts = c("filename", "sample", "specimen"))
raw_regex |
defines what the names of Raw files look like. |
max_header |
max number of rows in a header. Defaults to 100. |
min_columns |
a BlueHill test must contain at least three columns. Time, Extension & Load |
id_regex |
to extract common identifying parts of a pathname |
id_parts |
the names of the common identifying parts of a pathname |
a named list of options.
Sets the global bh_options
as a side effect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.