I use filter()
to keep rows that has upos == "PROPN"
, but the warning message tells me that I am using filter_()
.
Here is the screen snapping :
enter image description here
Why is it so? Thanks
I use filter()
to keep rows that has upos == "PROPN"
, but the warning message tells me that I am using filter_()
.
Here is the screen snapping :
enter image description here
Why is it so? Thanks