Read Flow Data from File
1 2 3 4 5 6 7 | read_flows(
file,
columns = c("DateTime", "Flow"),
switches = TRUE,
fileEncoding = "Windows-1252",
dbg = TRUE
)
|
file |
path to text file containing flow data |
columns |
names of columns to be selected. Default:
|
switches |
passed to |
fileEncoding |
encoding used in |
dbg |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.