loadCSV-OMEROServer-method: Load a CSV file from the server

loadCSV,OMEROServer-methodR Documentation

Load a CSV file from the server

Description

Load a CSV file from the server

Usage

## S4 method for signature 'OMEROServer'
loadCSV(server, id, header = TRUE, sep = ",",
  quote = "\"", dec = ".", fill = TRUE, comment.char = "")

Arguments

server

The server

id

The original file ID

header

Flag to indicate that the file starts with a header line

sep

The separator character

quote

The quote character

dec

The decimal point character

fill

Flag to indicate if blank fields should be added for rows with unequals length

comment.char

The comment character

Value

The dataframe constructed from the CSV file


ome/rOMERO-gateway documentation built on Nov. 5, 2023, 9:29 a.m.