purrr
循环(重复)公式
R
packages
1 Setup
Package purrr
可以通过载入 tidyverse
使用。
2 A samll example
代码
# A tibble: 4 × 4
manufacturer model class n
<chr> <chr> <chr> <int>
1 honda civic subcompact 4
2 toyota corolla compact 3
3 volkswagen jetta compact 1
4 volkswagen new beetle subcompact 2