mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -04:00
8 lines
62 B
R
8 lines
62 B
R
|
|
mtcars |>
|
||
|
|
head(
|
||
|
|
n = 6L
|
||
|
|
) |>
|
||
|
|
subset(
|
||
|
|
cyl > 3
|
||
|
|
)
|