Hello Muhammad, Please make sure that you set the working directory properly. Check typos, make sure that you use "/" instead of "\" and the file is in the given location. Also, do you receive any errors? If so, can you share it? Best, Cansu
hey i want to know how to find user name in my twitter data collected in Rstudio. like i have 1875 colum and i want to know how many users are unique. just total number. can you share the code or video? thanks
Hello Pranj, You can check our tutorial: statisticsglobe.com/extract-and-count-unique-values-in-column-r. There the computation for the whole dataset via the apply functions. But you can ignore them and directly use the length(unique()) nested functions. Regards, Cansu
This does not work for me
Hello Muhammad,
Please make sure that you set the working directory properly. Check typos, make sure that you use "/" instead of "\" and the file is in the given location. Also, do you receive any errors? If so, can you share it?
Best,
Cansu
Thank you.
You're welcome! 🙂
hey i want to know how to find user name in my twitter data collected in Rstudio. like i have 1875 colum and i want to know how many users are unique. just total number. can you share the code or video? thanks
Hello Pranj,
You can check our tutorial: statisticsglobe.com/extract-and-count-unique-values-in-column-r. There the computation for the whole dataset via the apply functions. But you can ignore them and directly use the length(unique()) nested functions.
Regards,
Cansu