Skip to content
#

tidyverse

Here are 435 public repositories matching this topic...

batpigandme
batpigandme commented Apr 13, 2020

Branching this off of #259, the current error message returned by check_factor() references f:

<error/rlang_error>
`f` must be a factor (or character vector).
Backtrace:
  9. forcats::fct_reorder(., method.source, value2, median)
 10. forcats:::check_factor(.f)

The first argument of fct_reorder() is .f, as it is for check_factor(), which makes me think the error message

implyr
ianmcook
ianmcook commented Jul 8, 2017

A useR!2017 attendee asked after the implyr talk about what Impala's limitations for using DISTINCT were. Older versions of Impala (before version 2.0) allowed only one DISTINCT clause per query. Newer versions have removed this limitation. But the current version of Impala does have the limitation that you cannot use DISTINCT in more than one aggrega

sfd99
sfd99 commented Aug 9, 2019

Great and
very clear stepXstep package tutorial, Matt!.

A time-saving suggestion (if I may):
in Step:
"Examining the Results" (after Step 3),
where you have:

marketing_campaign_correlated_tbl %>%
filter(feature %in% c("DURATION", "POUTCOME", "PDAYS",
"PREVIOUS", "CONTACT", "HOUSING")) %>%
plot_correlation_funnel(interactive = FALSE, limits = c(-0.4, 0.4))

Why not "automatica

Improve this page

Add a description, image, and links to the tidyverse topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tidyverse topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.