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.