Hi friends,
In the Google Data Analytics Certificate course, the instructor defines a vector as:
vec_1 <- c(13, 48.5, 71, 101.5, 2) and when she types "vec_1" in the next line and presses enter, her vector is returned. (I wanted to attach a screenshot of her video but as I'm a new user, I can only upload one media file - as such, I've saved that for another screenshot).
However, when I do this in RStudio Cloud (which is the program the instructor uses), my vector is not returned, and I get the error "object 'vec_1' not found in my Console (refer to screenshot 2).
Thank you in advance for your help!