Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: xplore
See also: readm readcsvm readascii read write

Quantlet: readcsv
Description: readcsv reads numerical data from csv file

Usage: z=readcsv(filename{,separators})
Input:
filename name of file
separators string that contains the data separator sign (dafault=";")
Output:
z matrix

Note:

Example:

library("xplore")

readcsv("excsv.csv")

Result:

Contents of z

[1,]        2        3     +NAN

[2,]        3     +NAN        7

[3,]        4        4        8

[4,]        5        5        9


Library: xplore
See also: readm readcsvm readascii read write

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: MB 000830
(C) MD*TECH Method and Data Technologies, 21.9.2000