> For the complete documentation index, see [llms.txt](https://sugiaki1989.gitbook.io/r-for-data-science-answers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sugiaki1989.gitbook.io/r-for-data-science-answers/chapter14-magrittr.md).

# 14章 magrittrでパイプ

### 14.0 ライブラリの読み込み

```
library("tidyverse")
```

### 14.1 はじめに

{% hint style="info" %}
練習問題はありません。
{% endhint %}

### 14.2 パイプの代替

{% hint style="info" %}
練習問題はありません。
{% endhint %}

### 14.3 パイプを使わないとき

{% hint style="info" %}
練習問題はありません。
{% endhint %}

### 14.4 magrittrの他のツール

{% hint style="info" %}
練習問題はありません。
{% endhint %}
