View source: R/parser-xponent.R
read_xponent_format | R Documentation |
Read the xPONENT format data
read_xponent_format(
path,
exact_parse = FALSE,
encoding = "utf-8",
separator = ",",
verbose = TRUE
)
path |
Path to the xPONENT file |
exact_parse |
Whether to parse the file exactly or not Exact parsing means that the batch, calibration and assay metadata will be parsed as well |
encoding |
Encoding of the file |
separator |
Separator for the CSV values |
verbose |
Whether to print the progress. Default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.