Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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