String manipulation in R using STRINGR package and Regular Expressions in R

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

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

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

    full marks..I am beginner and learning..Thanku

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

    seems to cover many functions..good one

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

    Thank u for this
    How can i use regex quantifiers in str_glue, whenever i add it {1,2} it throughs an error

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

    good

  • @nitufahmidakhalique2698
    @nitufahmidakhalique2698 3 ปีที่แล้ว

    could you explain how to deal with the character variable of a data to manipulate the values inside?

  • @larissacury7714
    @larissacury7714 2 ปีที่แล้ว

    thank you very much!

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

    i hardly use string manipulation..but this is good to know video,thx

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

    Very nice!

  • @ikengitau
    @ikengitau 2 ปีที่แล้ว

    I was reading R for Data Science and I could not understand the section dealing with Stringr. This short video is worth more than all those hours I spent read. Simple. Concise. Thank you very much!

  • @soniasharma-uk1dn
    @soniasharma-uk1dn 4 ปีที่แล้ว +1

    nice..covered most functions within stringr

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

    liked the playlist itself

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

    good one

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

    informative

  • @jaikishank
    @jaikishank 4 ปีที่แล้ว

    Hi, Got the comment while installing and calling
    Attaching package: ‘stringr’
    The following object is masked _by_ ‘.GlobalEnv’:
    fruit
    Any help please

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

      Hi. This means that you have object named 'fruit' in your workspace as well as in the library you are loading.
      Option 1 :Since it is global variable, you need to clean your existing project if not necessary, else rename the local variable
      Option 2 :if u keep it as is, R is warning you that when you call fruit it will use the one in your workspace rather than the one you are attaching. Run search() to see the order.
      I hope this answers your question. Thankyou

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

      @@rprogramming8477
      Thank you very much and now i could use the functions in the stirngr pkg... I did it with rm(fruit) command to remove variable and is it the right way or any other method for overcoming .

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

    MashaAllah, got to learn many funtions from this video!
    Thanks a lot mam.

  • @aman_mashetty5185
    @aman_mashetty5185 3 ปีที่แล้ว

    One of the best video on stringr package. 👌👌♥️♥️♥️

  • @harshamehta7514
    @harshamehta7514 4 ปีที่แล้ว

    good for beginners as well..PLease cover apply functions as well

  • @jennyfelix9489
    @jennyfelix9489 4 ปีที่แล้ว

    well covrd

  • @jaikishank
    @jaikishank 4 ปีที่แล้ว

    Good one .Thanks