Disable updated Summarize function in favor of dplyr

I recall that a version or two ago, the Summarize function was from the dplyr package, and now it uses something new from the exploratory package (e.g., summarize_group). Is there a way to default back? I liked using the dplyr package because exporting the steps back to R did not require loading the exploratory package, which is not always easy to install.

You can use ‘Custom R Command’ for this.

Then, start typing ‘summarize’, which will suggest the syntax/column names.

1 Like