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