## Error in `library()`:
## ! there is no package called 'tidyverse'
## Error in `library()`:
## ! there is no package called 'glue'
## Error in `mtcars %>% transmute(description = glue("这种车 {rownames(.)} 的 hp 有 {hp}"))`:
## ! could not find function "%>%"
- 这里的变量用
{}进行识别,并且是可以自定义的,只是{}是默认情况[@Hester2017]。 - 我们注意到
{}可以写函数,不仅仅是变量,如{rownames(.)}[@Hester2017]。