Comma became an unexpected symbol

Ice.Cream <-(4,2,6,3,7,4,1,9,16)
Ошибка: неожиданный ',' in "Ice.Cream <-(4,"

The text in russian means "Error: unexpected ','.
How can I fix that?

if you wish to make a vector of these values they need to be preceeded with the c symbol.
Ice.Cream <- c(4,2,6,3,7,4,1,9,16)

2 Likes

Thanx a lot. I was inattentive. I'm newbie

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.