You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into this example where I asked for data_type that wasn't stored. Need an error message.
> auto <- AutoAnnotate(ann, data_type = "Both")
Error in UseMethod("group_by") :
no applicable method for 'group_by' applied to an object of class "list"
Ran into this example where I asked for data_type that wasn't stored. Need an error message.