macroConvertBin | R Documentation |
Converts MACRO/SOIL binary files into CSV or TXT text files.
The function is a wrapper around macroReadBin
and write.table
. It is possible to choose
the field delimiter and the decimal mark.
macroConvertBin(
f,
gui = TRUE,
sep = ",",
dec = ".",
fileOut = NULL,
writeArgs = list(row.names = FALSE),
overwrite = FALSE,
...
)
f |
Vector of character strings or a single |
gui |
Single logical. Set to |
sep |
Single character. Columns / field separator. Ignored if
|
dec |
Single character. Decimal mark. Ignored if |
fileOut |
Vector of character strings or a single
|
writeArgs |
List of additional arguments passed to |
overwrite |
Single logical value. If |
... |
More arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.