The problem is the following:
I have two big databases one look like this:
2-Methyl-4-trimethylsilyloxyoct-5-yne Benzoic acid, methyl ester Benzoic
acid, 2-methyl-, methyl ester Acetic acid, phenylmethyl ester
2,7-Dimethyl-4-trimethylsilyloxyoct-7-en-5-yne etc.
The second one looks li
have you checked the bit version !?
Which R do you use? 32 or 64 bit?
---
- László-András Zsurzsa, -
- Msc. Infromatics, Technical University Munich, -
---
Hello everyone,
I have my program like this:
while (length(oneLine <- readLines(con, n = 1, warn = FALSE)) > 0) {
# here I process the line I read
}
The problem is it gives me different output every time. I get a problem/
error like:
"Closing unused connection (con)". Sadly I can't provid
Dear all,
The question would be:
I would love to get information and match names of different chemistry
compounds. A compound looks like this.
Link: http://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=2
The task is the following:
1. You input a name via R to the link, then a database
Can you specify you're task? I don't understand totally what you need to
do? You're already getting odd numbers with : seq(1,100,by=2)
-
- László-András Zsurzsa,-
-
or[1:100%%2==1],myVector[seq(1,100,by=2)])
> #[1] TRUE
>
> Hope it helps.
> A.K.
> ____
> From: Zsurzsa Laszlo
> To: arun
> Cc: R help
> Sent: Wednesday, August 28, 2013 5:21 AM
> Subject: Re: [R] R Language Newbie
>
>
>
> Can y
>
> identical(odd,oddVector)
> #[1] TRUE
> identical(odd,myVector[seq(1,100,by=2)]) myVector#
> #[1] TRUE
>
> A.K.
>
>
> From: Zsurzsa Laszlo
> To: arun
> Cc: R help
> Sent: Wednesday, August
ty Munich, Germany -
- Scientific Employee, TUM -
-
On Thu, Aug 29, 2013 at 11:11 AM, Zsurzsa Laszlo wrote:
> Hey
>
> if (( (1==1) && (2==2)
Dear R users,
I have a question about the xlsx package. It's possible to create excel
files and color cells and etc.
My question would be that is it possible to color only some part of the
data hold in a cell. Let's assume I've got the following data :
167,153,120,100 and I want to color to red
-
-
On Thu, Aug 29, 2013 at 2:55 PM, Rainer Hurling wrote:
> Am 29.08.2013 12:08 (UTC+1) schrieb Zsurzsa Laszlo:
> > Dear R users,
> >
> > I have a question about the xlsx package. It's possible to create excel
>
, TUM -
-
On Thu, Aug 29, 2013 at 3:36 PM, Rainer Hurling wrote:
> Am 29.08.2013 15:03 (UTC+1) schrieb Zsurzsa Laszlo:
> > First of all thank you for the quick resposen.
> >
> > I know I can color and set up every cell
Do you have NA/NAN in your data set? If yes our check with an IF or
substitute them with a value that fits your need.
I hope I understood correctly your problem.
-
- László-András Zsurzsa,
48 PM, jim holtman wrote:
> You can also look at the XLConnect package.
> Jim Holtman
> Data Munger Guru
>
> What is the problem that you are trying to solve?
> Tell me what you want to do, not how you want to do it.
>
>
> On Thu, Aug 29, 2013 at 9:40 AM, Zsurzsa Laszl
>
> R package xlsx allows such formats (?DataFormat) as does R package
> XLConnect (?setDataFormat).
>
> HTH
>
> Keith J
>
>
> On 04/09/2013 09:57, Zsurzsa Laszlo wrote:
>
>> http://stackoverflow.com/**questions/18511249/excel-cell-**
>> colo
Maybe this link can help you:
http://rstudio.github.io/shiny/tutorial/#more-widgets
This is an example with submit button.
-
- László-András Zsurzsa,-
- Msc. Infrom
Good morning everyone,
I'm having the following error when I try to load the *mzR* libary. Does
someone have a clue where to search for a solution. I tried to re-install *mzR
*and *Rcpp* also, but with no effect.
-
> library(mzR)
La
16 matches
Mail list logo