Skip to content

no applicable method for 'group_by' applied to an object of class "waiver" #2272

Open
@jrbarber37

Description

@jrbarber37

I am getting this error with the following code that has not changed:
no applicable method for 'group_by' applied to an object of class "waiver"

Final_UConn_Shot_Charts_Prod <- data.frame(Final_UConn_Shot_Charts_Prod)

  p <- NCAA_Court +
    geom_point(size = 2, data = Final_UConn_Shot_Charts_Prod, 
               aes(x=shot_x, y=shot_y, shape = shot_team, color = shot_outcome)) +
    scale_colour_manual(
      values = c("green", "red")) +
   
  labs(title = "UConn Men's Basketball Shot Chart vs All Teams (Home Team on Top Court)")
  ggplotly(p,height = 1200, width=800)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions