The filter() Command in R

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

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

  • @gabrielariveramagallanes2695
    @gabrielariveramagallanes2695 10 หลายเดือนก่อน

    Great, great video! Simple and easy to follow. This was wonderful for my learning of R and more complex data analysis. Thank you for sharing this.

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

    Thank s for sharing. From Mozambique

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

    hello, how would you use dplyr to find which characters are either droid or human

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

      Hi! This command will do it:
      filter(starwars, species == "Droid" | species == "Human")