csv.read.dataset: Read a retinal dataset in CSV format

View source: R/format-csv.R

csv.read.datasetR Documentation

Read a retinal dataset in CSV format

Description

Read a retinal dataset in CSV format. Each dataset is a folder containing a file called outline.csv that specifies the outline in X-Y coordinates. It may also contain a file datapoints.csv, containing the locations of data points and a file datacounts.csv, containing the locations of data counts; see read.datapoints and read.datacounts for the formats of these files. The folder may also contain a file od.csv specifying the coordinates of the optic disc.

Usage

csv.read.dataset(dataset, report = message)

Arguments

dataset

Path to directory containing outline.csv

report

Function to report progress

Value

A RetinalOutline object

Author(s)

David Sterratt


retistruct documentation built on April 3, 2025, 5:58 p.m.