1. 学习
  2. /
  3. 课程
  4. /
  5. Foundations of Functional Programming with purrr

Connected

练习

Name review

Now, you'll quickly review how to check if a list has names, and how to pull out a specific element from a list. Remember, you can use the names() function to see if a list is named. There are several ways to extract a named element from a list, but the key difference when working with data frames is to remember the [[double bracket]] syntax.

说明 1 / 共 3 个

undefined XP
    1
    2
    3
  • Load the gh_users data.