You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summarytools is great! I've taught it in my R Markdown workshop for several years. This time, I switched to piping the variables in. It mostly works, but also generates an error message. Given the popularity of the tidyverse, it would be helpful if ctable accepted piped variables without the error message.
Thanks for reporting this... It will require some work... the parse_args internal function will need to be modified in order to recognize this type of call.
As always, since I have limited time to dedicate to the package, help is always welcome.
summarytools is great! I've taught it in my R Markdown workshop for several years. This time, I switched to piping the variables in. It mostly works, but also generates an error message. Given the popularity of the tidyverse, it would be helpful if ctable accepted piped variables without the error message.
The text was updated successfully, but these errors were encountered: