Reading data from files



next up previous contents
Next: The scan() function Up: Notes on S-PLUS: A Previous: Attaching arbitrary lists

Reading data from files

 

Large data objects will usually be read as values from external files rather than entered during an S-PLUS session at the keyboard. This is done most conveniently with the scan() function for simple data items, and the read.table() function for reading entire data frames directly.





Erik Moledor
Tue Jan 31 21:02:18 EST 1995