開始使用免費開始

用 ggplot2 視覺化姓名

dplyr 套件對於探索資料非常實用,特別是當它與 ggplot2 等其他 tidyverse 套件結合使用時更能發揮效果。

本練習屬於課程

使用 dplyr 進行資料操作

檢視課程

動手互動練習

試著完成這個範例程式碼,體驗一下這個練習。

selected_names <- babynames %>%
  # Filter for the names Steven, Thomas, and Matthew 
  ___
編輯並執行程式碼