Learn Before
Concept
How to call c(), concatenate function in R
Any numbers inside the parentheses of c() will be joined together to form the vector. To set a variable to a vector you would use a variable name such as x and call it like x <- c(4, 6, 9).
0
1
Updated 2020-06-13
Tags
Data Science