View source: R/load_dap_output.R
load_dap_output | R Documentation |
load a directory of output csv's created by Argos\ Message\ Decoder.exe into a sane tagstack.
load_dap_output(data_dir, stream_delim = "-")
data_dir |
the directory path to your data |
stream_delim |
a character which defaults to |
This functions expects there to be multiple tags concatenated into the same csv files and so returns a tagstack. This isn't a problem if there is only one tag, but it will since return a tagstack of length of 1. You can always un-nest it later. Basically this function just calls load_tag
and then deals with the fallout to get things into a nice tagstack. This function also expects Ptts to be unique, which should be the case for a batch of tags running at the same time, but isn't neccessarily true for all time. Nevertheless, the user can't neccessarily be relied upon to always have DeployID
set so perhaps this is the most reasonable first pass?
an S4 object of class tagstack
## Not run: tag <- load_dap_output("path/to/dap/csvs/") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.