String Manipulation with stringr | Further Data Analysis with R (Lesson 1)

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

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

  • @EmersonScheidegger
    @EmersonScheidegger 2 месяца назад

    Excellent tutorial in every aspect!
    Your voice is so perfect that I thought it was one of those state-of-the-art artificial intelligence voices.

  • @gecarter53
    @gecarter53 4 месяца назад +1

    Excellent! This was my first GRAPH RUclips tutorial.
    1. Speaker was very articulate with a soothing instructional tone.
    2. Text was easy to read (good font size, and not 'dark screen' like many others)
    3. Included appropriate exercises to reinforce concepts.
    4. Well paced and satisfying video length.
    Looking forward to watching more of your tutorials.

    • @Adeyeye_seyison
      @Adeyeye_seyison 2 месяца назад

      Good day,
      If you went through the practice questions _ I have a problem solving one of the exercises;
      How did you clean the lima_messy_1 data sets that was given?
      Especially the sex column in the dataset...
      Can you share the code for cleaning the lima_messy_1 dataset
      Thanks a million

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 4 месяца назад +1

    Overall these presentations are very nice.
    The separate function is now separate_wider_*(). Here separate_wider_delim(date, delim = "-", names = c("year", "month", "day"),
    remove = FALSE).