Apologies if this is a simply solution however I am extremely new to RStudio and need help
this is my current input:
boxplot(Basket Size~Payment,data=BasketData_C6, main="BasketSize Data",
xlab="Payment", ylab="Basket Size")
It keeps saying:
Error: unexpected symbol in "boxplot(Basket Size"
xlab=("Payment") ylab="Basket Size")
Error: unexpected symbol in " xlab=("Payment") ylab"
No matter what I do nothing seems to fix it??
Any help would be appreciated :((