Reads and converts an Optotrak file from given filepath and re-saves as a CSV file.
1 | ndi_to_csv(ndi_path, output_path, sep = ",", row.names = FALSE, ...)
|
ndi_path |
string Location of the file to read. |
output_path |
string Location of the file to write. |
sep |
The field separator string. Values within each row of the dataframe are separated by this string. |
row.names |
Either a logical value indicating whether the row names of x are to be written along with x, or a character vector of row names to be written. |
... |
Additional parameters passed to write.table |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.