主要学习R相关的管道知识。
devtools::load_all("../add2md")
#> Loading add2md
#> Warning: replacing previous import 'purrr::transpose' by
#> 'data.table::transpose' when loading 'add2md'
get_toc2(".",ignore_pattern = '^a\\d|first_page')
#> Warning in bind_rows_(x, .id): Vectorizing 'fs_path' elements may not
#> preserve their attributes
#> Warning in bind_rows_(x, .id): Vectorizing 'fs_path' elements may not
#> preserve their attributes
index | hyperlink | github.io |
---|---|---|
1 | backpipe | backpipe |
2 | 函数支持pipeline功能 | 函数支持pipeline功能 |
3 | 管道和匿名函数 | 管道和匿名函数 |
4 | 管道和数据集参数 | 管道和数据集参数 |
5 | 管道和四则运算 | 管道和四则运算 |
6 | 管道和多个函数并行 | 管道和多个函数并行 |
7 | 管道和name相关的函数 | 管道和name相关的函数 |
8 | 管道和副作用 | 管道和副作用 |
9 | not in 的 pipeline 定义 | not in 的 pipeline 定义 |
10 | rebus or 命题 | rebus or 命题 |
11 | wrapr 点管道使用 | wrapr 点管道使用 |
12 | 自定义pipe | 自定义pipe |