R Error in setwd() : cannot change working directory (2 Examples) | How to Reproduce & Fix in R

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 6

  • @muhammadfaraz4795
    @muhammadfaraz4795 ปีที่แล้ว +4

    This does not work for me

    • @cansustatisticsglobe
      @cansustatisticsglobe ปีที่แล้ว

      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

  • @duckdefender8655
    @duckdefender8655 4 หลายเดือนก่อน

    Thank you.

  • @mitalipatel209
    @mitalipatel209 ปีที่แล้ว +1

    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

    • @cansustatisticsglobe
      @cansustatisticsglobe ปีที่แล้ว

      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