Skip to content
Prev 7986 / 15075 Next

import data Mac OS

At 12:40 PM +0100 5/6/11, Prof Brian Ripley wrote:
If you use file.choose() then the Mac opens a search window where you 
can type in partial name of the file (heightweight) and it will find 
all files with the name of heightweight.  Select the one you want.

An alternative to reading csv file directly is to read them from 
Excel (or OpenOffice), copy them to the clipboard and then

library(psych)
my.data <- read.clipboard.csv()

Bill