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

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

Комментарии •

  • @ikengitau
    @ikengitau 3 года назад

    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!

  • @aman_mashetty5185
    @aman_mashetty5185 3 года назад

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

  • @ferdousahmed6512
    @ferdousahmed6512 4 года назад +1

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

  • @aryagold9018
    @aryagold9018 4 года назад +1

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

  • @datasciencer8802
    @datasciencer8802 4 года назад +1

    seems to cover many functions..good one

  • @soniasharma-uk1dn
    @soniasharma-uk1dn 4 года назад +1

    nice..covered most functions within stringr

  • @sherylsyna8335
    @sherylsyna8335 4 года назад +1

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

  • @ahmed007Jaber
    @ahmed007Jaber 2 года назад

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

  • @harshamehta7514
    @harshamehta7514 4 года назад

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

  • @kar2194
    @kar2194 3 года назад +1

    Very nice!

  • @larissacury7714
    @larissacury7714 2 года назад

    thank you very much!

  • @kiararolex8973
    @kiararolex8973 4 года назад +1

    liked the playlist itself

  • @vishalmadhavan2681
    @vishalmadhavan2681 4 года назад +1

    good one

  • @nitufahmidakhalique2698
    @nitufahmidakhalique2698 3 года назад

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

  • @jaikishank
    @jaikishank 4 года назад

    Good one .Thanks

  • @deepikasinghi2688
    @deepikasinghi2688 4 года назад +1

    informative

  • @rahuluday1827
    @rahuluday1827 4 года назад +1

    good

  • @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 .

  • @jennyfelix9489
    @jennyfelix9489 4 года назад

    well covrd