| 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 | |
library("xplore")
readcsv("excsv.csv")
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 |