Logical VERSUS String variables
Logical: take on (T/F) or (1/0)
String: words
an object in R
is anything you decided to be an object
Ex. Kimmy (arrow) object
vector
one dimensional object lined up together (string, logical, ect but has to be one kind)
data frames, ggplots
can be an object
basically anything in R can be an object
<-c(x,y,z,l)
vector
a bunch of vectors stuck together
data set