When I write the following code in markdown
summary(supermarket_sales_Sheet1)
and hit the knit button ,I got the following message:-
Error in summary(supermarket_sales_Sheet1) :
object 'supermarket_sales_Sheet1' not found
Calls: <Anonymous> ... withCallingHandlers -> withVisible -> eval -> eval -> summary
Execution halted
What's the problem please?