Re: [R] Importing odf file into R

2013-10-04 Thread Barry Rowlingson
On Fri, Oct 4, 2013 at 5:57 AM, Peter Maclean pmaclean2...@yahoo.com wrote:
 Anyone aware of a package or technique to import odf data file into R, I will 
 appreciate his/her help.

A quick scan of R-help points me here:

http://www.omegahat.org/ROpenOffice/

Reports of that working (or not) would be appreciated - I've not tried it.

Alternatively, there's python code for reading ODF so you could
interface to that in a number of ways.

Barry

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Importing odf file into R

2013-10-04 Thread John Kane
Assuming you want to read in data from an AOO or LO spreadsheet, have a look at 
the gnumeric package.  I have only used it once or twice but it seems to work 
well and is quite flexible.

John Kane
Kingston ON Canada


 -Original Message-
 From: pmaclean2...@yahoo.com
 Sent: Thu, 3 Oct 2013 21:57:32 -0700 (PDT)
 To: r-help@r-project.org
 Subject: Re: [R] Importing odf file into R
 
 Anyone aware of a package or technique to import odf data file into R, I
 will appreciate his/her help.
 
 Peter Maclean
 Department of Economics
 UDSM
   [[alternative HTML version deleted]]
 
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Importing odf file into R

2013-10-03 Thread Peter Maclean
Anyone aware of a package or technique to import odf data file into R, I will 
appreciate his/her help.

Peter Maclean
Department of Economics
UDSM
[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.