Error message while using ggplot


Please why am I getting these error messages. I don't know what I am not doing right.

I think you want

blood.pressure.small %>% 
  ggplot(aes(BPAARM)) + geom_bar()

You have an extra <- in your code.

thanks alot for your help. I didn't realize that

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.