Table of Contents


NAME

data:read-csdf - read data from CSDF format data-files (Decida Procedure)

USAGE

          data:read-csdf d file args

ARGUMENTS

d data object
file data-file name
args OPTIONS

OPTIONS

RESULTS

Read data into columns of data object. If there are no data columns with labels present, create new ones, otherwise append to rows of the data.

EXAMPLE-CALL

             data d
             d read-csdf out.csdf

AUTHORS

Richard Booth, Michael McLennan, George Howlett

Table of Contents