Displaying 20 results from an estimated 700 matches similar to: "How to read Excel file and access the data item?"
2001 Aug 17
1
Excel -> *.CSV in Unix (Linux) command line?
A colleague has a dozen of excel sheets and also expects to get updates
regularly. He could open these in M$-Excel and export as *.csv manually,
"bring back to Unix" and then read into R. Of course there must be options to
start programming this in something like visual basic,
but we wouldn't to really want to...
We also know that probably Gnumeric could do the job (since the xls
2007 Apr 01
10
indexing mostly-binary documents (.ppt)
Here''s an interesting problem: In my app, we are indexing various
types of documents, including microsoft powerpoint. Powerpoint
documents are mostly binary, but have a bunch of text (all of the
text in the document?) as well.
My thinking is that the binary will never get searched for, and the
proper text will be indexed and queried as expected, so the indexed
binary will never
2003 Oct 22
2
Excel to R
I have Excel files containing data that I would like to move to R.
They are in the standard form of a one row header followed by
rows of data, one record per row EXCEPT that there are a few
rows of comments before the header. The number of rows of comments
varies. For Excel files of this form without comments I have had
success with:
require(RODBC)
z <-
2008 May 28
4
OT: batch processing XLS files to CSV
Dear R gurus, particularly those of generous M$ tolerance and diverse
gifts and knowledge!
I have an interesting challenge that I will end up crunching in R
involving service usage by patients. Maybe I can do all of it in R but
I can't see how yet.
My situation is that our IT Department can give me loads of XLS files
about patients one of our services have seen. The are one per patient
2020 Aug 19
7
Indexer error after upgrade to 2.3.11.3
Hi,
after the upgrade to Dovecot 2.3.11.3, from 2.3.10.1, I see frequently
these errors from different users:
Aug 18 11:02:35 Panic: indexer-worker(info at domain.com)
session=<g71KISOttvS5LNVj:O3ahCyuZO18cYAAAEPCW+w>: file
http-client-request.c: line 1232 (http_client_request_send_more):
assertion failed: (req->payload_input != NULL)
Aug 18 11:02:35 Error: indexer-worker(info at
2006 Mar 05
6
Polycom 501 power over ethernet
When I bought two Polycom 501 SIP phones, I naively thought they were
Power-over-Ethernet (IEEE 802.3af) because they were "powered over
ethernet." Silly me.
Polycom must have some odd voltage or funny way of injecting the
power, because the POE switch I bought for them (Netgear F@510P)
won't power them, though if I use the Polycom-supplied AC adapter and
ethernet power
2004 Mar 08
5
abline
if I want to specify y-coordinates for the heights of horizontal lines to go across a plot.
x <- c(1,2,3,6,4,8,4,7)
y <- c(3,2,7,4,5,4,5,6)
h <- c(3,5,7)
plot(x,y)
abline(y=h)
However I got error message:
Warning message:
parameter "y" couldn't be set in high-level plot() function
(I tried abline(h=y) , it;s not what I want also)
Do u know why?
2009 Aug 18
2
(no subject)
Dear all,
I have a problem with the function read.xls from the gdata package, error message see below. Two examples:
First, I try to read my data, which does not work;
Secondly, I tried the example code/data with the Iris data, which worked
Any idea?
Thanks,
Lars
> path<-"I:/subProjects/bh/HPGD/"
>
> setwd(path)
>
> xls <- "Platten_Liste_090421.xls"
2011 Nov 20
9
scanning word document in ruby
I am new to the ROR and just got stucked into something....
....that is i have to scan a word document through ruby...
Please suggest me how to do......
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this
2003 Jan 16
7
X11 device now needs to be explicitly started?
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 6.2
year 2003
month 01
day 10
language R
>
Until this version, I've not had to explicitly start the x11 device.
Now,
2011 Sep 06
1
read.xls (gdata) problem
I've suddenly started seeing a consistent problem with read.xls.
No matter what xls file I try I always get an error message of this type:
Error in xls2sep(xls, sheet, verbose = verbose, ..., method = method, :
Intermediate file
'/var/folders/cb/vvshkpm90lx_y2n69qlyw4z40000gn/T//RtmpK50r4g/file546a2722.csv'
missing!
In addition: Warning message:
running command
2004 Nov 30
1
Using mimR
Hi,
I am trying to use the mimR Package. According to its help pages it
needs the RDCOMClient package to run.
When I try to evaluate a model I get
> m.sat<-mim("..",data=gm.dat)
Error in mim.cmd("clear; clear output") : couldn't find function "COMCreate"
> m2.sat<-emfit(m.sat)
Error in toMIM(mim$data) : Object "m.sat" not found
>
2006 Nov 16
5
<RBloomberg Package Problem>
Hi R-Experts,
I'm currently using R 2.4.0 in Windows XP. I'm trying to download data
from Bloomberg using the package "RBloomberg", but it fails to install
the three needed packages "zoo", "chron" and 'Rbloomberg". Moreover I
am not able to find "RBloomberg" package as windows binary in CRAN
site as only for MAC it's given. Please
2012 Mar 26
1
What does "package 'RDCOMClient' is not installed for 'arch=x64' " exactly mean?
Hi,
I'm trying to use the excel.link package to write data to excel
spreadsheets. I've installed the RDCOMClient package as required but get the
error:
package 'RDCOMClient' is not installed for 'arch=x64'
I'm on Rx64 2.13.0.
I assume it means the RDCOMClient package does not work on the x64 version.
I've tried to see if there does a x64 RDCOMClient package
2004 Nov 08
3
Problems with DCOM client packages under R 2.0
I am trying to use the Windows COM interface under R 2.0, and have
encountered the following difficulties:
- the package RDCOMClient installs, loads and works under R 1.9.1,
installs under R2.0, but does not load or work under R2.0
- the package SWinTypeLibs does not install or load under either R
1.9.1 or under R2.0
For the moment I am concentrating on the RDCOMClient package as it seems
to
2006 Apr 05
4
Fedora Core 4 - problem with kernel 2.6.16-1.2069_FC4
I was just getting to work on fax for my * system, so I thought I
would bring everything up to date since there would be some new
compilations involved.
yum update gave me kernel-2.6.16-1.2069_FC4
but after recompiling zaptel, I kept getting "FATAL module zaptel not
found"
Chased this for an hour with multiple recompiles and reboots.
Finally dropped back to 2.6.15-1.1833_FC4,
2004 Oct 19
1
RDCOMClient under R2.0.0 - "not a valid package"
Dear r-help,
Both 'omega-devel@omegahat.org' and 'duncan@research.bell-labs.com' appear
to be bouncing with 'user unknown' so trying r-help ....
[ Btw, "mailing lists" link on omega page is returning "mailman CGI error".
]
> > require("RDCOMClient")
> Loading required package: RDCOMClient
> Error in library(package,
2003 Jul 29
5
Sending emails from R under Windows
Hi
Does anyone know of any R routines to send emails from R, under Windows?
I thought about writing such a facility using the R(D)COM package to
drive e.g. MS Outlook, but I don't want to reinvent the wheel. I have
found a function Sys.mail in the library syskern, but this only works
under Unix by shelling out a mail command.
Thanks,
David
2003 Jul 29
5
Sending emails from R under Windows
Hi
Does anyone know of any R routines to send emails from R, under Windows?
I thought about writing such a facility using the R(D)COM package to
drive e.g. MS Outlook, but I don't want to reinvent the wheel. I have
found a function Sys.mail in the library syskern, but this only works
under Unix by shelling out a mail command.
Thanks,
David
2012 Jul 23
1
R2wd package wdGet() error
I am having trouble using the R2wd package. The last time I used it
successfully, I was running an earlier version of R and an earlier version
of Word with an earlier Windows OS. I'm not sure which if any of these
changes might be contributing to the problem. Right now I'm using
R version 2.15.0 (2012-03-30) for Windows
MS Word 2010 version 14.0.6112.5000 (32-bit)