Quotes help make search much faster. Example: "Practice Makes Perfect"

Tuesday, October 22, 2013

In R, wow do you store a value in a variable someVar?


someVar <- 7

// this assigns the value 7 to someVar

someVar <- "Hello World!"

//this assigns a string to someVar

someVar <- TRUE

//this assigns the logical value of TRUE to someVar

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts