Stat 412 9: Strings and Regular expressions with stringr

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This is a recording of American University's Statistics 412/612 course on Introduction to R Programming.
    You can find the material from this meeting here:
    american-stat-...

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

  • @ciroweinstein8627
    @ciroweinstein8627 Год назад +1

    Thank you, Thank you, Thank you... I really needed this lesson in REG Ex...

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Год назад +1

    Regex or regular expressions are a compact way to edit and manipulate strings of text. Regex is a language for describing and finding patterns within a string or text. It is not a programming language in itself.

    • @KelseyCodes
      @KelseyCodes  7 месяцев назад

      Thanks for clarifying!

  • @tuanatnguyen9878
    @tuanatnguyen9878 2 года назад +1

    Really usetal and detailed tutorial. Thanks a lot

  • @annaczgli2983
    @annaczgli2983 2 года назад +1

    This was helpful. Thanks.

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Год назад +1

    This is a very overview of stringr and regex. However, I find it difficult to read your code even at the highest resolution. The contrast is quite poor. Consider a) increasing your font and size b) using a dark background.

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Год назад

    writeLines() is another way of print but vector (horizontal) style

  • @ajaykushwaha4233
    @ajaykushwaha4233 9 месяцев назад

    Hi Kelsey, your videos are very helpful. But i have notice a thing which is entire playlist is shuffled with missing videos. Can you please arrange in sequence with all videos.

    • @KelseyCodes
      @KelseyCodes  7 месяцев назад

      You're right - I'm not sure why it appears that way in the feed.
      You can find the correct order here!
      ruclips.net/p/PL6FsZxVq54ERrlMRNE5aq2qUFH042fbuM&si=SECZjdGMrIATfMUR

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

    can i get the cheatsheets?

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

      The cheat sheets are available here
      www.rstudio.com/resources/cheatsheets/