nvim-treesitter/tests/indent/r/pipe.R
2022-01-29 15:25:56 +01:00

7 lines
62 B
R

mtcars |>
head(
n = 6L
) |>
subset(
cyl > 3
)