, HRB 3708 USt-IDNr./Tax
identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647
From: Rui Barradas
To: rolf.kem...@renesas.com,
Cc: r-help@r-project.org
Date: 10/01/2013 08:38 PM
Subject: Re: [R] Basic help on DF creation row by row
Hello,
The main pro
Hello,
The main problem is in the way you form newRow. You can't mix data
classes in a vector created with c(), so all its elements become
characters, the least common denominator:
newRow <- c("primitiveSpace", 1.1 , "mm2")
newRow
[1] "primitiveSpace" "1.1""mm2"
Then when you rb
m2"
deviceSummary
# item value unit
#1 primitiveSpace 1.1 mm2
#2 primitiveSpace 2.2 mm2
A.K.
- Original Message -
From: "rolf.kem...@renesas.com"
To: r-help@r-project.org
Cc:
Sent: Tuesday, October 1, 2013 9:24 AM
Subject: [R] Basic help on DF creation
Dear Experts
I'm very new to R and after some days or reading and testing I tried to make
my first small application (and failed ...)
In general I would like to work with sqldf , ggplot2 to create some graphical
output.
At present I got stuck with this:
PROG
###
4 matches
Mail list logo