Is your feature request related to a problem? Please describe.
Convert from %>% to |>
No problem but should make code more streamlined. That is, don't have to define pipe in each function.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
CodeFactor started picking this up as an issue. Chose "ignore" since not really a problem.
Is your feature request related to a problem? Please describe.
Convert from
%>%to|>No problem but should make code more streamlined. That is, don't have to define pipe in each function.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
CodeFactor started picking this up as an issue. Chose "ignore" since not really a problem.