1. 学ぶ
  2. /
  3. コース
  4. /
  5. Visualizing Big Data with Trelliscope in R

Connected

演習

Grouping and nesting

Let's practice nesting data frames, getting familiar with the output, and computing on nested data frames.

指示1 / 3

undefined XP
    1
    2
    3

Nest the stocks data by symbol, creating a new output datset by_symbol. Recall that you first need to group_by() with dplyr and then nest() with tidyr.