I am new to "R" and I am trying to create a R Markdown file.
In the environment pane, my dataframe is names "crimes".
In the code chunk area, I've tried View(crimes) and I consistently receive this error:
Error in summary(crimes) : object 'crimes' not found. Calls: ...withVisible -> eval_with_user_hanlders -> eval -> eval -> summary Execution halted
I am expecting to see a tibble of my data. It works in the console area, but not in R Markdown.
Thank you for helping!