View source: R/sgStreamToFile.R
sgStreamToFile | R Documentation |
A stream of raw data consists of all records from raw files with the same monoBN (montonic boot number), ordered by increasing date. This function lets you write one or more streams, specified by monoBN, or all streams, to a file. Typically, this file is a fifo with a reader, such as the tag finder.
sgStreamToFile(src, f, mbn = NULL, append = FALSE)
src |
dplyr src_sqlite to receiver database |
f |
output filename |
mbn |
integer vector of monotonic boot numbers; this is the
monoBN field from the |
append |
logical scalar; if TRUE, append data to existing file contents. Defaults to FALSE. |
invisible NULL
any notes
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.