ndi_to_csv: Reads and converts an Optotrak file from given filepath and...

Description Usage Arguments

View source: R/ndi_to_csv.R

Description

Reads and converts an Optotrak file from given filepath and re-saves as a CSV file.

Usage

1
ndi_to_csv(ndi_path, output_path, sep = ",", row.names = FALSE, ...)

Arguments

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


CAPLeeds/optotools documentation built on May 28, 2019, 5:38 a.m.