Description Usage Arguments Value Author(s)
View source: R/synapsesInputManager.r
Functions to read CSV / XLS(X) Files. Includes error checking
1 2 3 4 5 | readSynapsesCSV(filepath, fieldSeparator = ",", decimalPoint = ".",
overwriteName = F, samplename = NULL, samplenum = NULL, layer = NULL,
CSVcolNames = c("Feret", "Type", "X", "Y", "Z", "Sample.no.", "Layer",
"Sample"), unifiedColNames = c("feret", "type", "x", "y", "z", "samplenum",
"layer", "sample"))
|
filepath |
CSV local file path |
fieldSeparator |
CSV file field separator |
decimalPoint |
CSV file numeric decimal point character |
named list (data, error (T/F), errorCode, errorDescription)
Laura Ant<c3><b3>n-S<c3><a1>nchez Luis Rodr<c3><ad>guez-Luj<c3><a1>n
readSynapsesCSV
Read synapses from a CSV file, run checks and validate its contents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.