kassambara / rstatix

Pipe-friendly Framework for Basic Statistical Tests in R
https://rpkgs.datanovia.com/rstatix/
440 stars 50 forks source link

quasiquotation for function #142

Open albertostefanelli opened 2 years ago

albertostefanelli commented 2 years ago

Hi,

I think quasiquotations would be a great addition to the package. This could follow the dplyr logic of !! or vars()

albertostefanelli commented 2 years ago

not even !!rlang::sym() works

dww197 commented 2 years ago

This would be incredibly helpful! @albertostefanelli did you find a work around with another statistics package?

albertostefanelli commented 2 years ago

Not really but in lm() you can use get(x) or as.formula(paste())

ckfaber commented 1 year ago

I just posted a separate issue about this! YES PLEASE! Adding a vote for this addition.