I can't understand why this table viz won't plot. The code seems correct, and the packages are installed/opened. The file was uploaded properly, and I can see the dataframe for "monkeys_info" in another window - so I know the csv file uploaded properly and the data can be accessed by the editor.... And even though its saying that it can't find my variable "bodywt" I can see it at the top of the column in the viewing window inside the editor pane....
Any ideas what I am doing wrong here? Code and error code immediately below. THANKS!!
Error in geom_point(): ! Problem while computing aesthetics. Error occurred in the 1st layer. Caused by error in FUN(): ! object 'bodywt' not found Run rlang::last_trace() to see where the error occurred.
THANK YOU. You were right. The problem was with the column names. I think maybe the issue derived from the fact that the first column was actually untitled in the data set and then the frame too. So I cleaned up the column names.... and that fixed the problem. Thank you very much! Have a great day/night!