Vectors in R
Use c() function
vector_1 <- c(23,4,2) vector_2 <- c("p", "q", "r") vector_3 <- c(TRUE, FALSE, FALSE)