nvim-treesitter/tests/indent/r/pipe.R

11 lines
83 B
R
Raw Normal View History

2022-01-29 10:36:50 -03:00
mtcars |>
head(
n = 6L
) |>
subset(
cyl > 3
)
mtcars %>%
head()