Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Tidyverse not work in Alteryx?

jbh1128d1
10 - Fireball

Does anyone else have problems using the tidyverse suite of tools with Alteryx?  I have another post where it seems like some tidyverse commands are throwing errors.  Here is another one that works fine in RStudio pulling information out of a model object, but does not work in Alteryx. 

 

I get the error Error in function_list[[i]](vlaues):   

 

Why would I not get that error in RStudio?

 

psi2 <- as.data.frame(piecewise_seg2$psi) %>%
rownames_to_column( var = "variable") %>%
mutate(variable = str_replace(variable, "psi(\\d+)\\.", ""))

1 REPLY 1
jbh1128d1
10 - Fireball

It would help if I loaded the 'tibble' package.

Labels
Top Solution Authors