Chapter 4 Video 4 - Examining Variables in R

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

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

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

    The glimpse function is not used in this chapter in the book. It would be good to let watchers know that we have to uload the dplyr library to be able to use glipmse

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

      Thanks for the comment. The `glimpse()` function is used in this chapter in the 2nd edition. The function is from the `dplyr` library, but simpler to use `library(tidyverse)` to load the core tidyverse packages at once.