Skip to content
Prev 169037 / 398506 Next

reading .odf spreadsheet into R

I don't know of an elegant solution - I store most of my data as
csv files so it can be easily accessed by all sorts of software
tools - but for small tasks you can can just copy it and then use
read.table("clipboard")

Sarah
On Mon, Feb 2, 2009 at 10:34 PM, stephen sefick <ssefick at gmail.com> wrote: