December 5, 2017 at 11:05 pm
Comments posted to this topic are about the item Naming the Columns
December 5, 2017 at 11:06 pm
More R, thanks Steve, another lesson!
...
December 6, 2017 at 12:39 am
Isn't that giving a syntax error about a missing bracket?
December 6, 2017 at 1:33 am
RoNoS - Wednesday, December 6, 2017 12:39 AMIsn't that giving a syntax error about a missing bracket?
That would be my guess as well.
December 6, 2017 at 7:17 am
RoNoS - Wednesday, December 6, 2017 12:39 AMIsn't that giving a syntax error about a missing bracket?
Would think so too
colnames(gdpvalues) <- c("Code", "Rank", "Country", "Pop")
---went with most correct
December 6, 2017 at 10:04 am
RoNoS - Wednesday, December 6, 2017 12:39 AMIsn't that giving a syntax error about a missing bracket?
Well spotted, didn't run code and eyes not so good these days ☹ï¸
...
December 6, 2017 at 12:43 pm
I'm not seeing it. Where is a missing bracket?
December 6, 2017 at 3:09 pm
Steve Jones - SSC Editor - Wednesday, December 6, 2017 12:43 PMI'm not seeing it. Where is a missing bracket?
colnames(gdpvalues
December 6, 2017 at 6:47 pm
Ah, that's a parenthesis, but thanks for the catch.
I see brackets at [], braces as {} and parens as ()
December 7, 2017 at 12:05 am
Really interesting question, thanks Steve.
learned something new
____________________________________________
Space, the final frontier? not any more...
All limits henceforth are self-imposed.
“libera tute vulgaris ex”
December 7, 2017 at 5:38 am
Steve Jones - SSC Editor - Wednesday, December 6, 2017 6:47 PMAh, that's a parenthesis, but thanks for the catch.I see brackets at [], braces as {} and parens as ()
Fortunately, syntax error was not one of the options, so I went by the function name. Thanks, Steve!
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply