Naming the Columns

  • Comments posted to this topic are about the item Naming the Columns

  • More R, thanks Steve, another lesson!

    ...

  • Isn't that giving a syntax error about a missing bracket?

  • RoNoS - Wednesday, December 6, 2017 12:39 AM

    Isn't that giving a syntax error about a missing bracket?

    That would be my guess as well.


    Just because you're right doesn't mean everybody else is wrong.

  • RoNoS - Wednesday, December 6, 2017 12:39 AM

    Isn'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

  • RoNoS - Wednesday, December 6, 2017 12:39 AM

    Isn't that giving a syntax error about a missing bracket?

    Well spotted, didn't run code and eyes not so good these days ☹ï¸

    ...

  • I'm not seeing it. Where is a missing bracket?

  • Steve Jones - SSC Editor - Wednesday, December 6, 2017 12:43 PM

    I'm not seeing it. Where is a missing bracket?

    colnames(gdpvalues

  • Ah, that's a parenthesis, but thanks for the catch.

    I see brackets at [], braces as {} and parens as ()

  • 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”

  • Steve Jones - SSC Editor - Wednesday, December 6, 2017 6:47 PM

    Ah, 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