I'm trying to invent data in R Studio but I get error reports.
Here is the code:
cats <- data.frame (coat = c ("calico", "black", "tabby"), weight = c (2.1, 5.0, 3.2) likes_string = c (1, 0, 1))
Error: unexpected symbol in "cats <- data.frame (coat = c ("calico", "black", "tabby"), weight = c (2.1, 5.0, 3.2) likes_string"