Hi, I have this following error
so this is my code
corona_aw1<- filter(corona_aw, type == "confirmed", province == Estonia)
and this is the error says
filter(corona_aw, type == "confirmed", province == Estonia)
Error in filter(corona_aw, province == Estonia | Country == "Russia" | :
object 'province' not found
but i do have the province table in corona_aw.