I have merged two datasets one from web of science and another from Scopus for bibliometric analysis. I want to clean this merged Master_Sheet. In the first Variable "AU" , there are 2 observations with anonymous author and given "[ANONYMOUS]". I am deleting these two rows, from A <- subset(Master_Sheet, AU != "[ANONYMOUS]"). it is running successfully but not deleting any rows from datasets. Kindly help me to solve this.
I have merged two datasets one from web of science and another from Scopus for bibliometric analysis. I want to clean this merged Master_Sheet. In the first Variable "AU" , there are 2 observations with anonymous author and given "[ANONYMOUS]". I am deleting these two rows, from A <- subset(Master_Sheet, AU != "[ANONYMOUS]"). it is running successfully but not deleting any rows from datasets. Kindly help me to solve this.