load_CS_HF | R Documentation |
** Watch timezone, data.table defaults to UTC for performance need to manually change after when working with smaller subsection **
load_CS_HF(
path,
datetime = "TIMESTAMP",
col_names = NA,
skip_4_names = 1,
skip_4_dat = 4,
num_rows = NA,
threads = 8
)
path |
A path to the data readout to be loaded. |
datetime |
String to be used for the datetime column. |
col_names |
Vector of column names same length as number of columns in the readout. |
skip_4_names |
Number of lines to skip in the readout to get to column names. Default = 1. |
skip_4_dat |
Number of lines to skip in the readout to get data. Default = 3. |
num_rows |
Number of rows to retrieve. |
dataframe
ex_path <- system.file('extdata', 'HF_EC_example.dat', package = 'wxlogR')
df <- load_CS_HF(ex_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.